I’m developing an Android app with Foursquare API. As stated here, after a Foursquare user logs in, he will be redirected to app callback page and I can have the ACCESS TOKEN to provide other services. The CALLBACK URL is supposed to be specified by me along with CLIENT ID and CLIENT SECRET. My question is : how should I set the CALLBACK URL? The fact is I do get the ACCESS TOKEN but what I should present to user then provided that the user log-in page is a WebView in an Acitivity rather than a Dialog.
Share
Check this Post for Authenticatiteon in Foursquare and Call back after successful login
Authentication using Foursqaure and Call back
Give some Dummy call back url in the call back url field of your Application’s Settings page.