How to post message on facebook wall using Facebook android SDK integrate android app

前端 未结 2 788
被撕碎了的回忆
被撕碎了的回忆 2020-12-18 15:56

i am developing social app this app integrate to facebook my app related message post to facebook wall i am using facebook sdk in facebook sdk

mPostButto         


        
相关标签:
2条回答
  • 2020-12-18 16:39

    @narasimha if you don't want to deal with the intricacies of the Facebook SDK, you can check Socialize out. http://www.GetSocialize.com with full feature list at http://go.GetSocialize.com/features. Good luck!

    DROdio

    0 讨论(0)
  • 2020-12-18 16:41

    As i am also a learner at this stage, Can you tell me why are you using sample dialog listener in mAsyn.request("me/feed",.....).....

    What is the error???

    I think, if you are logged in, just call wallpostlistener in mAsync.request("me/feed",...,new WallPost....)... this is what i do in my application.

    0 讨论(0)
提交回复
热议问题