1

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, i.e. 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?

CharlesB
  • 86,532
  • 28
  • 194
  • 218
Getsy
  • 4,887
  • 16
  • 78
  • 139

1 Answers1

0

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

MCKapur
  • 9,127
  • 9
  • 58
  • 101
  • Hi, Thanks, but the same thing is there, and the same issue has observed. – Getsy May 10 '12 at 12:36
  • ok, that is missing in my code, i have not put in Appdelegate, is it must? – Getsy May 10 '12 at 13:10
  • well maybe... you see my Facebook was never actually working/unsuccesfully logging in, then I asked a question on this website and someone answered with that. Check out my question. It worked! – MCKapur May 10 '12 at 13:57
  • Its the newest Facebook question – MCKapur May 11 '12 at 09:16
  • http://stackoverflow.com/questions/9858894/facebook-sso-not-logging-in-issessionvalid-returns-no-all-the-time – MCKapur May 11 '12 at 10:53