简体   繁体   中英

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.

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM