Hello All,
I'm trying to get a access token after a user has authorize me to do so... How do you achieve this?
So far I have gone as far as:
1. Request token from Myspace API
2. Redirect user to myspace authorize page with a callback url
3. Got to my callback url with a auth token appended to the end of the url
4. Then what???
5. Get user's public photos data
Thanks in advance for any help from anyone...