Reputation: 63
Is there a way to post to user's wall using the new Facebook iOS SDK through feed dialog (like it used to be possible in the old FBconnect)?
requestForPostStatusUpdate:
requires permission for publishing to stream, which I don't want to ask users for.
Upvotes: 5
Views: 5170
Reputation: 81
Do a global search for FacebookSDK/FacebookSDK.h make sure you are not importing it anywhere. Tripped me up.
Upvotes: 6
Reputation: 5347
Facebook suggests using the older header files for posting an update. From facebook "To invoke Facebook dialogs, reference the Facebook deprecated headers. The headers can be found here ~Documents/FacebookSDK/FacebookSDK.framework/Versions/A/DeprecatedHeaders. Drag the whole DeprecatedHeaders folder and deselect the ''Copy items into destination group's folder (if needed)'' option to add the headers as a reference."
Upvotes: 0