问题
Currently, I'm using RestClient to make simple posts to friends' timelines.
RestClient.post 'https://graph.facebook.com/_friend_/feed', :access_token => "_token_", :message => "_message_"
This works, but when it appears on my friend's timeline, there is text at the bottom of the post that says "via APP_NAME". Is there any way to get rid of that?
回答1:
No - only Facebook's site can do that. 3rd party apps will always show what app it was posted by.
来源:https://stackoverflow.com/questions/9014659/remove-via-app-name-on-post-made-from-facebook-graph-api-in-rails