开发者

Strange Access Token returned from Facebook

开发者 https://www.devze.com 2023-04-03 13:11 出处:网络
I have been working on Facebook app and I have been using Facebook Graph Toolkit for months and all the while, MY CODES are working (I can get Access Token, and I can use them to retrieve Facebook use

I have been working on Facebook app and I have been using Facebook Graph Toolkit for months and all the while, MY CODES are working (I can get Access Token, and I can use them to retrieve Facebook user details, publish news feed, etc)

Now, there's new problem arise that I never expect it to happen and didn't know what is wron开发者_如何转开发g with Facebook!

I have been following my old set of codes and discovered that Facebook now returns back Access Token that is not in this format (which is the correct format all the while I'm using, it is even the same format found in this page |c4e304f814362ec6b6dd823a.1-|LeRzWafqGjfriGabNmmOU4U07Pw

Now, I've been getting the format like this

AAABddZAETAbYBAKNESQCdiZC2ojQOjSAIHfFCBFtn99wUYC448po2FN4VrvempAQVnUaBwJb9Qxwg6j9uegLZAeaZA4vmh503bHkUIsj1hIl1ZCvCbZBkz&expires=6204

Anyone knows what happen??


This is the new style access_token. You can see it working by visiting this link:

https://graph.facebook.com/me?access_token={access_token from your question}

This change has been advertised on the Facebook dev blog:

https://developers.facebook.com/blog/post/497/ ... https://developers.facebook.com/blog/post/555/

I can't, however, yet answer why the style of the access_token has changed, because the documentation hasn't been updated yet to show this change: https://developers.facebook.com/docs/authentication/

Note: I suggest you remove the access_token from your question, as it means others are able to access your data!


This looks to be the new encrypted access token that Facebook is moving to. Will probably be the norm. If you were previously parsing it for different bit's of info you'll probably need to change to decoding it.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号