facebook - What is the deal with offline_access? Is it still in use? -
facebook - What is the deal with offline_access? Is it still in use? -
i can request access_token upon supplying offline_access
scope parameter oauth. can execute opengraph commands require access_token fine when logged out of facebook, , when log in, don't need create new one.
according this blog post, offline_access (getting?) deprecated.
confusions:
why doesn't authentication dialog display requesting offline access when authenticating user? is safe rely on persistent access_tokens?clarification appreciated!
the facebook api shouldn't accessed when user isn't online. can update access token anyways, , should enough.
facebook api facebook-graph-api offline access-token
Comments
Post a Comment