How to post on Facebook page's wall in Android?

后端 未结 2 1574
借酒劲吻你
借酒劲吻你 2021-01-15 03:24

Hi I want to post any message or link to an Facebook page.What I have tried is this.

void postInfo()
    {
        try
        {
            Bundle parameter         


        
2条回答
  •  花落未央
    2021-01-15 04:07

    Facebook has changed all it's profiles to timelines now. Any facebook page will show posts by others as "Recent Posts by Others on MyApp Page". This behavior is controlled by facebook and not by your app. There is nothing you can do in this case.

提交回复
热议问题