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

2011-03-03 Thread sheri barton
i dont know someone teach me because im lost on this





From: Battan Amit batta...@gmail.com
To: Twitter Development Talk twitter-development-talk@googlegroups.com
Sent: Tue, March 1, 2011 4:56:13 AM
Subject: [twitter-dev] Twitter integration for IPhone App

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 authentic detail already. Is it 
possible, if then using oAuth or xAuth?
* Is any twitter official iOS sdk for twitter, like MGTwitterEngine, if 
it then 
please provide the source if it is free?

Thanks
Amit -- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk


Re: [twitter-dev] Twitter Integration

2010-08-10 Thread Tom van der Woerdt
Yes, by using the xAuth support you named :-)

http://dev.twitter.com/pages/xauth

Tom


On 8/10/10 6:07 AM, niks wrote:
 Hi,
 We are developing an Android native application which has a feature
 for user to tweet his message on Twitter.
 For accessing Twitter we are using twitter4j library which has xAuth
 support.
 
 We have registered our application on Twitter with application type as
 Client.
 
 As per standard OAuth procedure we are redirecting user on
 http://twitter.com/oauth/authorize for authorizing our application to
 access his/her Twitter account. It shows authorization screen where
 user needs to enter his/her credentials and can allow or deny access
 permission.
 
 But our requirement is to first asks user to login to Twitter and once
 user logged in directly take user to tweet post screen. Can we
 suppress user permission screen that asks to allow or deny accessing
 user's Twitter account?.