Reputation: 747
I have many iOS apps that use the same facebook app ID to login. What we have it's basically a White Label platform.
Is there any way for me to add one single bundle formatted as a wildcard? Something like com.domain.apps.*
instead of having to add com.domain.apps.app1
, com.domain.apps.app2
for every single app that I create?
Thanks,
Upvotes: 1
Views: 903
Reputation: 550
There is no way to do this. You would have to add each bundle to your Facebook app. You can also do this via the Graph API. Please see https://developers.facebook.com/docs/graph-api/reference/application/#Updating
Upvotes: 1
Reputation: 805
If you add multiple applications in FB, you will face the following unsolved problem:
multiple FB Application IDs within single client using FB SDK 4
Previously, the problem could be solved with the use of a class 'FBSession'. But in the new sdk it is impossible to make.
I think there need clarification from facebook sdk developers.
Upvotes: 0