You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: