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
This commit is contained in:
2011-01-31 02:45:04 +00:00
parent dbf1c509b2
commit c52f835f7a
4 changed files with 109 additions and 59 deletions

View File

@@ -0,0 +1,2 @@
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.