Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用考拉在我的用户的墙上贴了一些东西,它可以工作,但我必须为此写黄瓜场景,我不知道怎么做。有人能帮我吗?提前致谢 :)
更新:我试图看看会返回什么:
something = @graph.put_wall_post(to_text(message), attachment, username) p something
即使我在墙上贴了帖子,也有些东西是零。
首先为您的应用程序创建一个测试用户。然后在您的测试中,将消息发布到墙上,然后验证它是否已出现在用户新闻提要中。
如果您使用 api 在 facebook 上发布内容,您总是会从服务器获得一些响应字符串。
如果帖子成功,Facebook api 会返回状态更新 ID。
阅读Facebook 图形 API