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

[twitter-dev] Last connection date/time

2011-04-17 Thread Everson Alves da Silva
Hello, Is there any way to get the last connection's time? I want to mark all other tweets(before that time) as read. So I want to know the last time the user interacted with twitter either from twitter.com itself or via other application ( api). Is it possible to do? -- Twitter developer doc

[twitter-dev] OAuth

2011-04-17 Thread Kabelo
Hi guys, I have a problem getting the token and token_secret from twitter. The application was working fine at first, but could only connect to my account as I had hard coded the token and token_secret. But now I can't even go back to when it was working. Here is the code I am using: Try

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