How to post Bitmap to facebook using facebook sdk?

前端 未结 2 867
遥遥无期
遥遥无期 2020-12-21 20:32

I don\'t find a correct solution to post an image to my facebook wall using facebook sdk. On stackOverflow I found the following solution but AsyncFacebookRunner and mAsyn

2条回答
  •  礼貌的吻别
    2020-12-21 21:10

    You have to use the function newUploadPhotoRequest see the documentation here :

    https://developers.facebook.com/docs/reference/android/3.0/Request#newUploadPhotoRequest%28Session,%20Bitmap,%20Callback%29

提交回复
热议问题