IOS Facebook SDK 3 upload image with message

前端 未结 3 1877

I am using the following code to upload an image to Facebook wall :

UIImage *img = [UIImage imageNamed:@\"logoits.png\"];

[FBRequestConnection startForUploa         


        
3条回答
  •  借酒劲吻你
    2020-12-24 15:31

    Here is an example that posts and image and a note:

    http://developers.facebook.com/docs/tutorials/ios-sdk-tutorial/publish-open-graph-story/

提交回复
热议问题