Facebook Login using Javascript SDK does not give extended access token -


so, facebook's documentation regarding access tokens says:

apps using facebook sdks javascript, android , ios, desktop apps or apps using server-side login flow automatically generate long-lived user access tokens.

but i'm using facebook javascript sdk, , i'm using regular old fb.login, access tokens have 1 hour expiration times.

does know deal this? bug on facebook's side? documentation wrong? there magic way call fb.login causes grant extended access token?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -