Skip to content

Commit

Permalink
Merge pull request #8 from skipperbent/development
Browse files Browse the repository at this point in the history
[TASK] Documentation updates
  • Loading branch information
skipperbent committed Jan 14, 2016
2 parents d5743f4 + 3ca5201 commit 85aa370
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 31 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -19,6 +19,13 @@ Add the latest version of tinder-php-sdk to your ```composer.json```

This section contains basic examples on how to use the SDK.

### Getting your Facebook token
The easiest way to obtain your Facebook token is to visit this link:

**Note:** Your Facebook token will be displayed shortly in the address bar, but hurry up copying it, as the page redirects within a couple of seconds.

[Link here](https://www.facebook.com/dialog/oauth?client_id=464891386855067&redirect_uri=https://www.facebook.com/connect/login_success.html&scope=basic_info,email,public_profile,user_about_me,user_activities,user_birthday,user_education_history,user_friends,user_interests,user_likes,user_location,user_photos,user_relationship_details&response_type=token)

### Authentication

```php
Expand Down
66 changes: 35 additions & 31 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 85aa370

Please sign in to comment.