Facebook iOS SDK 3.0 on the wall

Is there a way to publish the new Facebook iOS SDK on the user's wall through the feed dialog box (as was possible in the old FBconnect)?

requestForPostStatusUpdate: permission is required to publish to the stream, which I do not want to ask users.

+5
source share
2 answers

Facebook suggests using old header files to post updates. From facebook "To call up the Facebook dialogs, refer to outdated Facebook headers. Headers can be found here ~ Documents / FacebookSDK / FacebookSDK.framework / Versions / A / DeprecatedHeaders. Drag the entire DeprecatedHeaders folder and uncheck the" Copy objects to target group "box (if necessary) '' to add headers as a link.

0
source

Do a global search of FacebookSDK / FacebookSDK.h, make sure you are not importing it anywhere. Lifted me up.

+6
source

All Articles