Domanda

I am having problem figuring out, how can I do this ?

My app wants authorization, so that it is able to post tweets on user's behalf. 

How does my web-app generate this page ?

enter image description here

I understand, the need of Access Token to tweet on user's behalf, how do I get them ?

È stato utile?

Soluzione

I've had better luck using the Scribe project. Follow this example for an example of Twitter authentication. The example is currently broken though unless you remove line 50.

request.addBodyParameter("status", "this is sparta! *");
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top