0
People, I am involved in a project that requires the use of the Fitbit API. In my code, I redirect the user to the FITBIT site to authorize the use of the data. After authorizing, I need to grab the URL to get the Oauth code. How do I callback this redirect? It’s not exactly an ajax request because I don’t use either get or post or put, I just redirect the user.
You can show us what you’ve been trying?
– BrTkCa
Normally you set a URL to return (callback), this URL is one of your system where you can get the data returned by FITBIT.
– Eduardo Breno