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

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -