Renewing facebook long lived acess token -


i trying extend facebook long lived access token.

these steps followed

  1. created short lived access token facebook api.
  2. generated long lived access token using short lived access token.
  3. saved expiry date , long lived access token in database.

on day before expiry date, want renew long lived access token(with expiry of 60 days) without facebook login procedure.

note : tried renew token saved token in database. issue , expiry date same though access token changing.

so how can regenerate new token extended validity without facebook login?

i guess should make dummy api call. token expires if not used 60 continuos days. make dummy use.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -