Skip to content

Commit 85aa370

Browse files
committed
Merge pull request #8 from skipperbent/development
[TASK] Documentation updates
2 parents d5743f4 + 3ca5201 commit 85aa370

File tree

2 files changed

+42
-31
lines changed

2 files changed

+42
-31
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ Add the latest version of tinder-php-sdk to your ```composer.json```
1919

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

22+
### Getting your Facebook token
23+
The easiest way to obtain your Facebook token is to visit this link:
24+
25+
**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.
26+
27+
[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)
28+
2229
### Authentication
2330

2431
```php

composer.lock

Lines changed: 35 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)