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 am attempting to extend a user token, using

https://graph.facebook.com/oauth/access_token?             
    client_id=APP_ID&
    client_secret=APP_SECRET&
    grant_type=fb_exchange_token&
    fb_exchange_token=EXISTING_ACCESS_TOKEN 

as suggested in fb docs https://developers.facebook.com/roadmap/offline-access-removal/

While this does create a new token, the token is short lived and expires on user log out.

so what am i missing?

i have changed to deprecate the old method setting as suggest as well

share|improve this question
I have decided this problem is wide spread, and an ongoing issue at facebook. they have extended the change for this. i have now enabled the setting for remove offline access permission, and am calling getExtendedAccessToken() function talked about elsewhere. It seems to work now. I think i had accidentally been grabbing the wrong client code. – Mary Trakker Jul 5 '12 at 5:34

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.