Search code examples
facebookaccess-token

Facebook Life time for access_token


I see offline_access is been depreciated. I just want to know,how many days will my access_token will be there.

I mean,how many days will it take to reset?

How do i get user access token programatically .

Thanks in-advace!


Solution

  • I guess your Facebook access_token will expire in 60 days. Check this link: Deprecation of Offline Access Permission to get a better idea.

    See this link to know how to get Access Token. You could use Graph Api for that. Hope it helps