[twitter-dev] Twitter integration for IPhone App

2011-03-01 Thread Battan Amit
Hi I am working on a iphone application in which I will integrate the twitter I have questions - What is different between oAuth and xAuth? Which one should I use? - I want when I login into my application then user's twitter account automatically logged in if he/she provide the

Re: [twitter-dev] Re: Twitter Error While Authenticating ..IPhone Application

2011-03-02 Thread Battan Amit
for xAuth I think we have to give the itune URL and other detail of application As my application is in developing stage ... So How I will get it. OR And for now how I am using oAuth in MGTwitterEngine AB On 2 March 2011 17:19, Rich rhyl...@gmail.com wrote: Have you applied for xAuth

Re: [twitter-dev] Re: Twitter integration for IPhone App

2011-03-03 Thread Battan Amit
example. On Mar 1, 4:56 am, Battan Amit batta...@gmail.com wrote: Hi I am working on a iphone application in which I will integrate the twitter I have questions - What is different between oAuth and xAuth? Which one should I use? - I want when I login into my application

Re: [twitter-dev] Re: IPhone + Twitter + LinkedIn Error : Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1

2011-03-14 Thread Battan Amit
I done one thing that is ... I remove the library files of linkedin sdk.. and add the source files of it with oAuth files from twiiter sdk... then it works ok for linkedin http://i.imgur.com/cXLXU.png http://i.imgur.com/ntV9G.png then I integrate all twitter code then project run ok without

Re: [twitter-dev] Re: IPhone + Twitter + LinkedIn Error : Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1

2011-03-14 Thread Battan Amit
*Solved * solved now...I have given the same key and secret to both linkedin and twitter ..after changing them it works AB On 14 March 2011 11:55, Battan Amit batta...@gmail.com wrote: I done one thing that is ... I remove the library files of linkedin sdk.. and add the source files

[twitter-dev] Twitter-oAuth-IPhone : Which function on Login Success : twits of followings

2011-03-18 Thread Battan Amit
Hi All I am using Twitter-oAuth-IPhone https://github.com/bengottlieb/Twitter-OAuth-iPhone Login using this code if(![twitterObj isAuthorized]){ UIViewController *controller = [SA_OAuthTwitterController controllerToEnterCredentialsWithTwitterEngine:twitterObj delegate:self];

[twitter-dev] Direct Message to more than one person

2011-04-12 Thread Battan Amit
Hi I want to send direct message to more than one person with a single call I am using MGTwitterEngine and calling function like this [requestDict setObject:@direct_message forKey:[twitterObj sendDirectMessage:@this is test from iphone app to:@user_id]]; this is sending ok but am not able to