Files
travel_post/TravelPost/ChangeLog.txt
ricky barrette c52f835f7a I created TwitterServices.java to handle the twitter services.
the reason why it was failing before is that i created a request token to get an auth url, and then i would create a new one when i get the auth code.
finished twitter intergration
2011-01-31 02:45:04 +00:00

3 lines
214 B
Plaintext

I created TwitterServices.java to handle the twitter services.
the reason why it was failing before is that i created a request token to get an auth url, and then i would create a new one when i get the auth code.