简体   繁体   English

facebook android sdk,允许公众与照片流式传输

[英]facebook android sdk, permissions to public to stream with photo

I want to publish to a user's stream/timeline/wall 我想发布到用户的流/时间线/墙

This will contain and image and a link and text, maybe text of the user's choosing. 这将包含图像,链接和文本,可能是用户选择的文本。 Anyway what permissions will I need to do this? 无论如何,我需要什么权限?

publish_stream
user_photos

a combination thereof? 它们的组合? additional? 额外?

This is very different than the facebook sdk from days of olde (1 year ago), so I am not sure which permissions actually do what, despite their description 这与olde的日子(一年前)中的facebook sdk完全不同,因此尽管它们有描述,但我不确定哪个权限实际上可以做什么

insight appreciated 有识之士赞赏

Here's the "user" graph API reference . 这是“用户”图API参考

If you want to post to a user's timeline (using the /USER_ID/posts path), then you need the publish_stream permission - see https://developers.facebook.com/docs/reference/api/user/#posts 如果要发布到用户的时间轴(使用/ USER_ID / posts路径),则需要publish_stream权限-请参阅https://developers.facebook.com/docs/reference/api/user/#posts

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM