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!
|
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! |
||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
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 |
|||||||
|
|
you can ask for the token whenever and how often as you want. everytime the user interacts with your app (clicks a link through the permission dialogue, uses your page with JS SDK included, is on apps canvas ...) the token's expire date is refreshed by facebook and valid for the next 60 days. (but updated only once a day) |
|||||||||
|