Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I call facebook api interface, after landing in obtaining accessToken, the facebook api interface returns accessToken format (format is: accessToken = XXXXXXXXXXX) and the official site description of the format (format is: accessToken = XXXXXXXXXXXX|YYYYYYYYYYY) is not the same, What is the recent facebook interface has changed, or my application for registration has expired? Please Help !!!Thank you very much.

1.the url is : https://graph.facebook.com/oauth/access_token?client_id=134058973363924&redirect_uri=http://50.0.0.25:11100/portal/HTML/others.portal?a=1&client_secret=3d2796ea5425ace00fe0351200720df8&code=AQAdRuzfxP58uZzzteyBeBK7J_MiN_hywA3NwT-CKZS9fXYnkUd99zmp0VtjsTLpyRgtGgaeiHVrBtwXRdvjMI1YLDOTBq3qrtNFJwcqun8Wpgu6SQCKDQvqJhZqCdAZUSAtjKgY1Xs5V_aayzYivUyGvZE8Ry9Wb4WeNvF_HIaeKZ6Cdwvc62V1hpopamqKw9g

2.But the facebook api return access token format is: access_token=AAADKf6X8LHYBAEZCa1sDqK40KZBTEQmDU0bOmJaq0AIwGJVImtkMWrYCrq8568mMpShFI44KObs6MxYNISvQQZB7HObbywtFOMRNL1mrgZDZD

I expect an access token format like: access_token=116122545078207|2.1vGZASUSFMHeMVgQ_9P60Q__.3600.1272535200-500880518|QXlU1XfJR1mMagHLPtaMjJzFZp4

But return access token format is: access_token=AAADKf6X8LHYBAEZCa1sDqK40KZBTEQmDU0bOmJaq0AIwGJVImtkMWrYCrq8568mMpShFI44KObs6MxYNISvQQZB7HObbywtFOMRNL1mrgZDZD

please tell me why?

share|improve this question
Why did you ask this question again? – leppie Nov 1 '11 at 6:19
I'm sorry, can you share the question's answer to me? – 丁华峰 Nov 1 '11 at 6:45
The access token format has been changed to a encrypted one now after the oauth2.0 enabled for applications.. So the access token is coming in this way.. Refer the latest documents on this and make the necessary changes. developers.facebook.com/docs/oauth2-https-migration – Vijay Nov 1 '11 at 6:47
Thank you very much! I'm going now!:) – 丁华峰 Nov 1 '11 at 7:02
This shouldn't affect any applications except those which were using XMPP login, the docs for the chat API explain how to use the new access tokens with XMPP login – Igy Nov 1 '11 at 7:55
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.