简体   繁体   中英

Facebook Graph API question

When looking at the Graph API documentation, I noticed that in this page: http://developers.facebook.com/docs/api there are links to say, my own friend list (http://graph.facebook.com/me/friends) that have an access token that seems to be generated out of nothing and has very little privileges. What is this token? Is there anyway to generate it myself without going to http://developers.facebook.com/docs/api ?

Facebook has implemented oauth v2 draft

You need to have active user session or permanent tokens (which could be taken from active user session, which permits permanent access grant)

More detailed at: http://developers.facebook.com/docs/authentication/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM