Skip to content

Commit

Permalink
Updated the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindkinsey committed Jan 12, 2012
1 parent 2b19d80 commit 5a88ed7
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions readme.md
Expand Up @@ -17,7 +17,7 @@ Usage
The [examples][examples] are a good place to start. The minimal you'll need to
have is:

require 'php-sdk/src/facebook.php';
require 'facebook-php-sdk/src/facebook.php';

$facebook = new Facebook(array(
'appId' => 'YOUR_APP_ID',
Expand Down Expand Up @@ -47,7 +47,7 @@ Login or logout url will be needed depending on current user state.
$loginUrl = $facebook->getLoginUrl();
}

[examples]: http://github.com/facebook/php-sdk/blob/master/examples/example.php
[examples]: http://github.com/facebook/facebook-php-sdk/blob/master/examples/example.php
[API]: http://developers.facebook.com/docs/api


Expand All @@ -64,7 +64,19 @@ test case.
The tests can be executed by using this command from the base directory:

phpunit --stderr --bootstrap tests/bootstrap.php tests/tests.php



Contributing
===========
For us to accept contributions you will have to first have signed the [Contributor License Agreement](https://developers.facebook.com/opensource/cla).

When commiting, keep all lines to less than 80 characters, and try to follow the existing style.

Before creating a pull request, squash your commits into a single commit.

Add the comments where needed, and provide ample explanation in the commit message.


Report Issues/Bugs
===============
[Bugs](https://developers.facebook.com/bugs)
Expand Down

0 comments on commit 5a88ed7

Please sign in to comment.