Googling around didn’t do well for me.
I would like to know how to implement Facebook post to newsfeed using ARC, iOS 5 and Storyboarding without leaving/exiting the app.
Already tried the tutorial in developer.facebook.com and had a hard time getting this done.
Any references will do.
Thank you so much!
This Facebook iOS tutorial basically provides all the knowledge you need for making posts with the Facebook SDK. If you scroll down a bit, you’ll see the code for posting to the newsfeed (hint: search for feedDialog).