iOS 5 Twitter framework. Getting OAuth access token for user
Asked Answered
M

1

12

Has anyone been able to get the OAuth access token for a user after being granted access to that users account?

twitter mentions using a process called "Reverse Auth" in there iOS docs, but I can't seem to find any mention of it anywhere else.

I'm feeling a little lost here so if any one can provide some inside it would be much appreciated.

Merline answered 3/12, 2011 at 4:25 Comment(0)
S
6

More information on using Reverse Auth has been released by Twitter here.

Symphonist answered 6/12, 2011 at 7:26 Comment(4)
I'm having trouble generating the signed request for step 1. Do we actually have to create the request headers ourself or can we use TWRequest somehow? I keep getting this error "Failed to validate oauth signature and token"Mariammarian
Yes, this is a dummy question but is there a function from ios framework to send this request (such as TwRequest) ?Sennit
From my understanding, you have to generate the request yourself. This is the only way you could get a token and secret to get at the access_token endpoint.Dominy
Link is now dead, does anyone have a fresh source?Glance

© 2022 - 2024 — McMap. All rights reserved.