我希望我的 iOS 应用在用户时间线/提要/墙上发布操作。例如,如果用户对一篇文章进行评分,我希望 iOS 应用发布:“Ken just rated
an article
on myApp!
”,带有额外的图标和文字。
这种类型的帖子需要我拥有服务器吗?或者是否可以简单地从 iOS 应用程序中发布这样的内容?
问问题
112 次
1 回答
0
If you have an access token, and your iOs app registered at developers.facebook.com you can do some actions without a server. But for things like "Ken just rated an article" you need a server because facebook makes a request to your server to get a list of actions (in your case you would have to define the action "rate" and then the object "article" and then define that user can rate articles). But thats only how it works in facebook canvas and Websites, may be different in iOs Apps..
于 2012-10-21T15:11:57.537 回答