iOS SSO with multiple apps

前端 未结 2 562
难免孤独
难免孤独 2021-01-16 15:38

I\'ve searched for an answer to this question and have been unable to find any answers.

I\'ve got a range of iOS apps that I want to use the same Facebook app. The S

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-16 16:29

    I found the useful "unknown_error" message only occurred when authenticating via the iOS Facebook app.

    A quick and dirty workaround is to force the Facebook SDK to use mobile safari for authentication. Look for [self authorizeWithFBAppAuth:YES safariAuth:YES] in Facebook.m and change the FBAuth value.

    Not the nicest solution... but if you need a project out of the door... ;)

提交回复
热议问题