I need to public game result in user's twitter page. Is there a way to do it automatically using XAuth or OAuth (I saw a few aexamples and each one needs user actions). Thanks!
Asked
Active
Viewed 559 times
1 Answers
1
You'll have to make user login to twitter at least once, then you can do the posting without user's intervention.

Aman Alam
- 11,231
- 7
- 46
- 81
-
You mean save token somewhere? – Nick Feb 21 '11 at 11:26
-
yes, save the AccessToken or token and tokenSecret somewhere. use Twitter4J library. – Aman Alam Feb 21 '11 at 12:11