문제

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 ?

도움이 되었습니까?

해결책

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! *");
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top