Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How many "Valid OAuth redirect URIs" is allowed in a Facebook App?

Tags:

facebook

Is there any limit on how many Valid OAuth redirect URIs are allowed to register in a Facebook App ?

We often need to create new websites that allow user to sign in with our App, but I could not find any source about this information.

like image 312
Rangi Lin Avatar asked Oct 18 '17 05:10

Rangi Lin


2 Answers

Couldn't find for Facebook, but it looks like a maximum of 10 is a common standard:

"up to 10" - https://developer.salesforce.com/docs/atlas.en-us.mc-app-development.meta/mc-app-development/integration-considerations.htm

"up to 10" - https://developers.nest.com/guides/account-management/multi-redirect

"hard limit of 10" - https://developer.twitter.com/en/docs/basics/apps/guides/callback-urls

"Up to ten" - https://api.slack.com/docs/oauth-safety

like image 192
cgrafe Avatar answered Nov 10 '22 21:11

cgrafe


From my experience since I asked the question:

Currently we have 27 redirect URLs, and they worked fine. We also never receive any warnings from Facebook regarding this behavior in our Facebook App. We add new URLs often and do clean up unused URLs from time to time.

Still no official document found, but at least this is one data point.

like image 23
Rangi Lin Avatar answered Nov 10 '22 21:11

Rangi Lin