0

I'm trying to figure out how to post from xcode to a specific user's timeline. I found a lot of posts but they seemed to be for older versions of the facebook sdk.

I'm looking here:

https://developers.facebook.com/docs/sharing/reference/feed-dialog/v2.4

And the only option I'm seeing is to use url redirection.

I'm looking here for options here: https://developers.facebook.com/docs/sharing/ios

But I'm not seeing any way to specify it to post to a different user's timeline.

So is the url redirection the only way to do it? What I want to do is press a button on my ios app, and then have it post to a facebook wall. If I use url redirection, it will open up a browser... do the posting and then redirect somewhere... where I assume I will have javascript code to close the browser.

Are there any other options? Thanks.

4

1 回答 1

2

您只能发布到登录用户的时间线。不支持发布到用户的一个或多个朋友的时间线。

于 2015-08-12T11:14:34.393 回答