5
votes

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.

2
@AlexanderNorway From developers.facebook.com/docs/reference/dialogs/feed : The Feed Dialog prompts the user to publish an individual story to a profile's feed. This does not require any extended permissions.Siema
@Sierna My bad! Always read the note at the end..: "You do not need to request the publish_stream permission in order to use the Feed Dialog, the Requests Dialog or the Send Dialog."AlexanderN
I am actually looking for this answer as well. Have you been able to figure anything out since your initial post?Justin
hey even i am looking for same..and i am lost..don't know how to use..if got something.. can you please help meSurender Rathore

2 Answers

6
votes

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

0
votes

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."