Siema
Siema

Reputation: 63

Facebook iOS SDK 3.0 post to wall

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

Answers (2)

jaycanty
jaycanty

Reputation: 81

Do a global search for FacebookSDK/FacebookSDK.h make sure you are not importing it anywhere. Tripped me up.

Upvotes: 6

Mustafa
Mustafa

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

Related Questions