File tree 1 file changed +15
-3
lines changed
1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 17
17
The [ examples] [ examples ] are a good place to start. The minimal you'll need to
18
18
have is:
19
19
20
- require 'php-sdk/src/facebook.php';
20
+ require 'facebook- php-sdk/src/facebook.php';
21
21
22
22
$facebook = new Facebook(array(
23
23
'appId' => 'YOUR_APP_ID',
@@ -47,7 +47,7 @@ Login or logout url will be needed depending on current user state.
47
47
$loginUrl = $facebook->getLoginUrl();
48
48
}
49
49
50
- [ examples ] : http://github.com/facebook/php-sdk/blob/master/examples/example.php
50
+ [ examples ] : http://github.com/facebook/facebook- php-sdk/blob/master/examples/example.php
51
51
[ API ] : http://developers.facebook.com/docs/api
52
52
53
53
@@ -64,7 +64,19 @@ test case.
64
64
The tests can be executed by using this command from the base directory:
65
65
66
66
phpunit --stderr --bootstrap tests/bootstrap.php tests/tests.php
67
-
67
+
68
+
69
+ Contributing
70
+ ===========
71
+ For us to accept contributions you will have to first have signed the [ Contributor License Agreement] ( https://developers.facebook.com/opensource/cla ) .
72
+
73
+ When commiting, keep all lines to less than 80 characters, and try to follow the existing style.
74
+
75
+ Before creating a pull request, squash your commits into a single commit.
76
+
77
+ Add the comments where needed, and provide ample explanation in the commit message.
78
+
79
+
68
80
Report Issues/Bugs
69
81
===============
70
82
[ Bugs] ( https://developers.facebook.com/bugs )
You can’t perform that action at this time.
0 commit comments