Is a Facebook JavaScript OAuth access token valid for Graph API?
I've a question about access tokens. How many different access token exists?
Is the old开发者_JS百科 OAuth still supported? Can I use the access token retrieved from OAuth JavaScript login for calling new Graph API?
P.S. The Graph API feed shows me all my posts in the last 30 days(?)
As far as I know, there is only one type of access token. Of course, I don't count "expired token", "invalid token", "application token", and "user token".
What I mean is: when the API expect an access token, you just need to get a valid one and make sure the necessary permissions are granted at that moment.
精彩评论