简体   繁体   中英

iPhone: Issue when posting message using Facebook wall APIs

I have been following through the below link for Facebook integration and could able to successfully post message on the wall without any issues. I registered an App ID for my iPhone app.

http://gabriel-tips.blogspot.in/2011/10/how-to-post-on-facebook-wall-through.html

But, after a month (not exactly a month, it may be more than 1 month), problem posting the message on the wall with the same application, ie App shows "Your message has been posted on your wall!" when executing the code -(void)request:(FBRequest *)request didLoad:(id)result in this function. But, it actually have not posted on the wall.

What may be the issue here? Does FB App ID works only for certain time period?

Can I suggest this official Facebook API instructions for integration for iOS:

iOS Tutorial - Facebook API (press here!)

add some more of your code, also a suggestion: Put your INITILIAZTION of the Facebook class IN the App Delegate and reference your Facebook class using the App Delegate singleton inside another file

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