删除“通过 APP_NAME"在由 Rails 中的 facebook graph api 制作的帖子上 [英] Remove "via APP_NAME" on post made from facebook graph api in rails

查看:30
本文介绍了删除“通过 APP_NAME"在由 Rails 中的 facebook graph api 制作的帖子上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目前,我正在使用 RestClient 向朋友的时间线发布简单的帖子.

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_"

这有效,但当它出现在我朋友的时间线上时,帖子底部会显示通过 APP_NAME"的文字.有什么办法可以摆脱它吗?

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?

推荐答案

不可以 - 只有 Facebook 的网站可以做到这一点.第 3 方应用将始终显示它是由哪个应用发布的.

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

这篇关于删除“通过 APP_NAME"在由 Rails 中的 facebook graph api 制作的帖子上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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