Re: [twitter-dev] Twitter Single User Login

2011-06-20 Thread Greg Passmore
Look at the User Streams api or the Search API. You just need to use the API
to ask twitter for the timeline / stream of the band user you want.



On Mon, Jun 20, 2011 at 2:05 PM, mediavu dsh.operati...@gmail.com wrote:

 Hi I need to be able to automatically log my user into a twitter
 account so that they are presented tweets from a certain music band.
 Is there a way to disable the user name ane password process and embed
 it into my iphone app.

 So in theory the user clicks a button which displays the music bands'
 twitter account. They are not logging into their own account as such
 but receiving tweets every time the band posts a tweet.

 Cheers
 mediavu

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


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


Re: [twitter-dev] Allowing users of my social networking site to send their posts to twitter if they want?

2011-06-16 Thread Greg Passmore
You use the oauth api, which redirects them to twitter to sign in, then you
store an access token received from twitter in your database.
On Jun 16, 2011 6:50 AM, MasonK masonkingsf...@gmail.com wrote:

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


Re: [twitter-dev] how save twitter login?

2011-06-14 Thread Greg Passmore
Save the access token that you get back after passing in the oauth verifier.

2011/6/13 Maksim Bunkow bim...@gmail.com

 I developing Desktop App and use OAuth, how save acc data for logining
 users without password every time?
 Thx.

 --
 С уважением, Буньков Максим.
 bim...@gmail.com



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


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