Is there a reason the Foursquare API v2 doesn't support multiple callback URLs for a consumer? It's a big hindrance on dev ops to have to define a brand new application for every single test environment. AFAIK, no other major networks constrain app redirects to this extent.

Is there a rationale for this limitation? I get the risks of open redirects, and domain-only matches seems to be ruled out by the latest OAuth 2.0 draft spec, but multiple endpoints seem to be totally Kosher (http://tools.ietf.org/html/draft-ietf-oauth-v2-23#section-3.1.2.2).

link|improve this question
I totally agree that this is a big pain when we're testing our apps. Foursquare folks, it would be great if we could get around this with multiple endpoints. – Eli May 19 at 21:58
feedback

1 Answer

up vote 0 down vote accepted

No real reason -- multiple callback URLs was added to the OAuth 2 spec relatively recently and support for it has not been added yet.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.