I want to know how to post a status message to Facebook on iOS 6 using the new frameworks on Xcode 4.5. Thanks! :)
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
posting a message is rather simple. It's almost like with the Twitter Framework. First you have to import the Frameworks: Social and Accounts
In your .h file:
This code has to be included inside your action in your .m file:
|
|||||||||||
|
|
I tried the code and it gives me No Facebook Account There are no Facebook accounts configured. You can add or create a Facebook account in settings. Though message is self explanatory, I am not quite sure where to configure the settings. Will be great if someone could help me out with this issue. |
|||
|
|
@opensourcelover On your iOS device go into the settings app and scroll down to the facebook tab. Then just set up your account. |
|||
|
|

