Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

twitter catch any other $_GET['oauth_token'] #4

Open
HazemKhaled opened this issue Mar 21, 2011 · 3 comments
Open

twitter catch any other $_GET['oauth_token'] #4

HazemKhaled opened this issue Mar 21, 2011 · 3 comments

Comments

@HazemKhaled
Copy link

in my project i make twitter and facebook auto loaded

and i work on another lib to get google contacts

when finish authorize step and google redirect to
http://site.com/google/auth?oauth_token=xxx&oauth_verifier=xxx

the problem here in tweetOauth::_checkLogin(), cous it loaded in construct without any flag check

i think we can make flag when goto to authorize, and when u find $_GET['oauth_token'] and the flag = 1, run tweetOauth::_checkLogin() to access ur token

Thanks Elliot
@HazemKhaled

@carolinecblaker
Copy link

Hi, I'm Caroline.

Harzem, - do you think you could explain the bug in code?

EDIT: I ask because I am having the same trouble

@ericbae
Copy link

ericbae commented Sep 10, 2011

Any of you guys resolved this issue? Having the same issue here. I just posted my question on Stackoverflow.

@carolinecblaker
Copy link

Hi! I got this solved on http://twitterscap.es/me

I just ended up pulling the vars out and faking GET - not bad considering it's the only place on the site that will ever need it.

I'll post my code next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants