[twitter-dev] Can I fetch tweets posted by individual Apps within same twitter account?

2011-04-17 Thread Vijay Chowdhary
Hi,

I have created two twitter apps within same twitter account. Both apps
receive tweets from two of my blogs. I wanted to know whether I can
show the tweets from each blog separately? Currently, my twitter
account shows tweets from both Apps at one place.

Please suggest.

Regards,
Vijay Chowdhary

-- 
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] Can I fetch tweets posted by individual Apps within same twitter account?

2011-04-17 Thread Arnaud Meunier
Hey Vijay,

If you retrieve your account's tweets through the API, you'll see each
status object has a source attribute. If you already coded something to
fetch / display your tweets through the /1/statuses/user_timeline endpoint,
you'll just have to filter the tweets by checking this source attribute.

You can also use our Search API, combining the from and source
operators. Note you'll only get recent tweets this way. If you're looking
for a widget, try our Twitter Search widget (
http://twitter.com/about/resources/widgets/widget_search). If you want to
link to a twitter.com webpage, make your request on
http://twitter.com/search-home

Finally, you can obviously create two different twitter accounts :)

Arnaud / @rno http://twitter.com/rno



On Sun, Apr 17, 2011 at 9:27 AM, Vijay Chowdhary vjaychowdh...@gmail.comwrote:

 Hi,

 I have created two twitter apps within same twitter account. Both apps
 receive tweets from two of my blogs. I wanted to know whether I can
 show the tweets from each blog separately? Currently, my twitter
 account shows tweets from both Apps at one place.

 Please suggest.

 Regards,
 Vijay Chowdhary

 --
 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