[Day24] Asynctask로 연동되는 Androday Twitter App 소스 TITLE : Androday Twitter App Date : 2011/06/01 Description : This is Source that Androday twitter App by Authorized by Asyntask Download Link : Reference Site : http://tigerwoods.tistory.com/28 , http://taehoonkoo.tistory.com/entry/Android-Twitter-OAuth-PinCode 과거에 트위터API가 XML,Json, OAuth등 다양한 인증을 제공했었다. 하지만, 최근 트위터 API를 악용하는 경우가 많아서 직접 인증페이지에 접근해서 토큰을 가져오게 강제하였다. 이렇게 변경되면서 보안은 강화되었지만, 연동방식이 2번의.. 더보기 [Day7] Android Twitter Test 소스 (사용불가x) ※ 현재 사용할 수 없는 API Twitter URI 접속을 통한 한줄글 남기기 샘플. 1. 아이디 와 패스워드를 입력 2. submit 버튼을 입력 시 에 endTwitter(String twitteruser, String twitterpass, String msg) 실행되면서 연결 후 데이터전송 성공 시 true값 반환 URLConnection connection = null; //URL 커넥터 URL url = new URL("http://twitter.com/statuses/update.xml"); String encodedData = URLEncoder.encode(msg, "UTF-8"); connection = url.openConnection(); //URL 커넥션 열기 connection.. 더보기 이전 1 다음