I am doing a project for school where I have to get all of my friend data, and the friend data of some of my friends, from facebook in order to make a graph of it. To do this I am planning on using facepy, but in order to do that I need an access token. My question is how do I obtain this access token?
|
|
|
https://github.com/jgorset/facepy/issues/22 You will need to use your own method or external library for the user to be guided via a web application.
For example using
For more info see * Facebook API - User Posts: http://developers.facebook.com/docs/reference/api/user/#posts |
|||
|
|
|
Basically, you just have to log in. If you go to the graph API overview page It will ask you to log in with your own facebook account. After that all of the links on the page will have an access token with permission to see whatever you can see. |
|||
|
|
