简体   繁体   中英

How to preview facebook status update with FB SDK 3.1 and iOS<6?

I implemented fb status update in my iphone app using FBRequestConnection. I want to show the user what will be posted on their wall. As i can see it, it can only be done in iOS6 with the help of FBNativeDialogs.

How to do it for iOS5?

Is it a good practice to post it after alertdialog in iOS5 (no preview of post) and with FBNativeDialogs in iOS6?

Thank you.

You should follow this guide with the new Facebook SDK: https://developers.facebook.com/docs/tutorials/ios-sdk-games/feed/

Shows how to do it in iOS6 and iOS 5.

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