Sharing with iOS 6.0 native Facebook integration: “Posted via my app name”?

后端 未结 3 1648
误落风尘
误落风尘 2020-11-29 16:11

I have just integrated facebook into my app via ios 6 but I have an issue when posting on my wall. It simply says \"post via ios app\". I want it to say

3条回答
  •  遥遥无期
    2020-11-29 16:53

    We solved similar problem with iOS 5 Twitter integration, and the result is:

    When posting to Twitter with a dev build or via the simulator it will almost always show up on Twitter as "via iOS". Once your app is approved and you post from the AppStore build it should show up as posted by "YourAppName on iOS" with a link to the apps appstore page.

    original source (ShareKit issue discussion)

    I suppose Apple does the same with Facebook and other social services.

    EDIT: unfortunately this only really worked with Twitter.framework. I think the best explanation and answer is the Daniel's one above. Maybe it is a time to radar it, so that Apple knows, what do we want.

    Examples of how to use SLRequest with Facebook are in this SO question

    EDIT2: filed a radar Bug ID# 12980058. Hopefully they listen...

提交回复
热议问题