facebook - Can I read FB API information in offline mode? -


i know fb allows offline mode, how work it?

when getting access permissions user login app via facebook, need ask permission offline access in api call. auth token fb has expiry on - if user gives offline access permissions, expiry time set infinite.

for more info on offline access, refer: https://developers.facebook.com/docs/authentication/ , https://developers.facebook.com/docs/authentication/permissions/ (see section under write permissions)


Comments

Popular posts from this blog

iphone - Request for member 'uitextfield' in something not a structure or union? -

Cursor error with postgresql, pgpool and php -

c++ - error: use of deleted function -