iOS 6 - Facebook sharing procedure fails with error “The proxied app is not already installed”

前端 未结 5 701
生来不讨喜
生来不讨喜 2020-12-30 23:25

Though, there is such a question Facebook Error (7) iOS 6 it\'s already closed without any answer! While obtaining an access to user\'s facebook account I\'ve got an error:

5条回答
  •  余生分开走
    2020-12-30 23:58

    We had the same problem and after taking a closer look at the iOS facebook documentation ad

    https://developers.facebook.com/docs/howtos/ios-6/

    I noticed the following paragraph:

    Note, to use iOS 6 native auth, apps need change the way they request permissions from users - apps must separate their requests for read and write permissions.

    I must have read over that one several time but it contained the solution:

    You have to do multiple request for access if you want to grant write (publish access). So now we first ask for permission 'email' to get read permission and then for 'publish_action' to be able to post to the timeline.

提交回复
热议问题