Renewing facebook long lived acess token -
i trying extend facebook long lived access token.
these steps followed
- created short lived access token facebook api.
- generated long lived access token using short lived access token.
- 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
Post a Comment