通过“APP_NAME”删除“在facebook图表api的轨道上发布 [英] Remove "via APP_NAME" on post made from facebook graph api in rails

查看:154
本文介绍了通过“APP_NAME”删除“在facebook图表api的轨道上发布的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

  RestClient.post'https:/ /graph.facebook.com/_friend_/feed',:access_token => _token_,:message => _message_

这是有效的,但是当它出现在我朋友的时间轴上时,底部有文字的帖子说通过APP_NAME。有没有办法摆脱这种情况?

解决方案

不,只有Facebook的网站可以做到这一点。第三方应用程序将始终显示哪个应用程序发布。


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?

解决方案

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

这篇关于通过“APP_NAME”删除“在facebook图表api的轨道上发布的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆