¡@

Home 

php Programming Glossary: setextendedaccesstoken

Getting long-lived access token with setExtendedAccessToken() returns short lived token

http://stackoverflow.com/questions/12196958/getting-long-lived-access-token-with-setextendedaccesstoken-returns-short-live

long lived access token with setExtendedAccessToken returns short lived token I try to get extended long lived.. try to get extended long lived access token with facebook setExtendedAccessToken access_token facebook getAccessToken After looking SDK I found.. facebook getAccessToken After looking SDK I found that setExtendedAccessToken function is setting long lived access token in protected static..

How to extend access token validity since offline_access deprecation

http://stackoverflow.com/questions/8982025/how-to-extend-access-token-validity-since-offline-access-deprecation

PHP SDK was updated. The function name was changed to setExtendedAccessToken and it was decided we actually needed to destroy the session..