Aleja77 / twimight

Automatically exported from code.google.com/p/twimight
0 stars 0 forks source link

Authentication failed #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Downloaded the source code and opened with Eclipse
2. Added the Obfuscator.java with Twitter generated consumer keys and secret, 
as instructed
3. replaced ACCESS_TOKEN and  ACCESS_TOKEN with those generated by Twitter

What is the expected output? What do you see instead?
I should be able to connect and login on Twitter by running it on the emulator.
But instead I am stucked on the login page, and the application keeps giving me 
the error:"Twitter is not reachable at the moment, please try again later", 
according to the code it might be the problem with the authentication. 

What version of the product are you using? On what operating system?
Eclipse LUNA 4.4.2 with ADT, on Mac OS.

Please provide any additional information below.
I wonder if I put the access token and access token key in the wrong place... 
Please tell me if there are any other variables to be modified, where and how. 
I have been stucked here for 3 days, please help..

Original issue reported on code.google.com by yy11244...@gmail.com on 23 Mar 2015 at 9:42

GoogleCodeExporter commented 9 years ago
Try setting a callback URL in your Twitter app settings. Doesn't have to be 
real, can be 'https://www.example.com', but put in a valid callback URL.

Original comment by jgog...@jgoguen.ca on 31 Mar 2015 at 2:28