Hi everyone, i’m having troubles implementing twitter on my app.
I execute this line to obtain the user information and app information.
local access\_response = responseToTable(oAuth.getAccessToken(authorize\_response.oauth\_token, authorize\_response.oauth\_verifier, twitter\_request\_token\_secret, consumer\_key, consumer\_secret, "https://api.twitter.com/oauth/access\_token"), {"=", "&"})
The problem is that return all of this as nil:
access_token = access_response.oauth_token
access_token_secret = access_response.oauth_token_secret
user_id = access_response.user_id
screen_name = access_response.screen_name
so… what i have to do is enter ir manually
access_token = “09Juud8Shfsd7s76vdyv6DYLD8vdusdh8sd876vysdbvd”
access_token_secret = “skdjvdv8d7v7SYv7sdDi887vdD87v0sdkk”
What am i doing wrong?
I have set the access to “Read and write” and i have specificated my web site as Callback URL (in settings and in the code). [import]uid: 105206 topic_id: 29227 reply_id: 329227[/import]
