The oauth client meta-data is tuned for an early version of a mobile app that uses a redirect uri of social.soapstone:/oauth/callback. Would like to allow users to login to the web to manage profile, view stats, etc. Need a solution for providing ouath for both. Can list multiple redirect uri, but only the first listed appears to be used most of the time?
Solutions might be:
- Make app better so a normal https:// callback uri can be used
- Return different client-metadata based on type of client. Use request headers?