2011-03-01 6 views
0

전체 Iphone 애플리케이션에 twitter를 통합하려고합니다. twiiter는 기본적으로 xAuth를 허용하지 않으므로 어떻게 사용합니까? 언제 내 애플리케이션에 대해 xAuth가 승인됩니까? 이제이 단계Iphone 인증을위한 MGTwitterEngine xAuth oAuth

그리고 한 가지 더

나는 내가 OAuth를 호출하는 방법을 다음 MGTwitterEngine 내 응용 프로그램에서 oAuthConsumer 파일을 추가해야 개발에있다. 이제

twitterEngine = [[MGTwitterEngine alloc] initWithDelegate:self]; 
[twitterEngine setUsesSecureConnection:NO]; 
[twitterEngine setConsumerKey:consumerKey secret:consumerSecret]; 
[twitterEngine setUsername:username]; 
[twitterEngine getXAuthAccessTokenForUsername:username password:password]; 

처럼 호출 오전하지만 내가 사용하는 한 OAuth를 나에게

미트 Battan

답변