简体   繁体   中英

Problems posting to Facebook Wall from iOS

I have a simple app that allows people to post their new entry to their Facebook wall. I'm using the iOS facebook connect implementation, only permissions required (I believe) are "publish_stream". It works fine for me, however, I have a tester that travels a lot and he switches in and out of airplane mode during his airline travels. He says when he switches back out of airplane mode he's not able to post the wall.

I have the user "connect" once and I store the token which is used in the graph API call I'm using via a HTTP POST to publish to the wall. My understanding is there is no session timeout when using publish_stream just like offline_access so I assume that once we have the token the user can always post to the wall.

Can anyone think of why the airplane mode situation may be causing a problem? Anything sound wrong in what I'm doing?

Thank you.

I'm going to use both offline_access and publish_stream and see how that works after reading:

facebook publish_stream versus offline_access on an android app

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM