Remove “via APP_NAME” on post made from facebook graph api in rails

后端 未结 1 457
旧时难觅i
旧时难觅i 2020-12-21 15:50

Currently, I\'m using RestClient to make simple posts to friends\' timelines.

RestClient.post \'https://graph.facebook.com/_friend_/feed\', :access_token =&g         


        
相关标签:
1条回答
  • 2020-12-21 16:39

    No - only Facebook's site can do that. 3rd party apps will always show what app it was posted by.

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