[twitter-dev] Twitter logout - hate to open this can of worms again

2010-09-01 Thread Matei
the cookie is really un- necessary as far as using the apis is concerned. Sorry for the lengthy post, responses are greatly appreciated! Cheers, Matei -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues

[twitter-dev] Re: Twitter logout - hate to open this can of worms again

2010-09-02 Thread Matei
bump? On Sep 1, 10:45 am, Matei mad.doroba...@gmail.com wrote: Hi everyone, I am compelled to ask because the search turned out a few post that were somewhat vague and didn't answer all my questions. I have a website widget that interacts heavily with Twitter. We use OAuth to authenticate

[twitter-dev] Re: Twitter logout - hate to open this can of worms again

2010-09-07 Thread Matei
. Cheers, Matei -- 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

[twitter-dev] Getting the latest status

2010-09-14 Thread Matei
way of doing this, maybe I'm totally missing something obvious. BTW, the project I'm on uses heavy JavaScript and a C# backed to proxy Twitter API calls. Cheers, Matei -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com

[twitter-dev] Re: Getting the latest status

2010-09-14 Thread Matei
Thanks Taylor! {face palm} Cheers, Matei On Sep 14, 10:58 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Matei, The simplest way to accomplish this would be a single GET request. GEThttp://api.twitter.com/1/statuses/user_timeline.xml?screen_name=twitt... If you weren't

[twitter-dev] home_timeline count

2010-09-14 Thread Matei
the button when I get back a count of less than 20. It also doesn't return a total count so that I can verify I've reached the end that way. Is there any way of doing this? The API keeps me guessing... :) Cheers, Matei -- Twitter developer documentation and resources: http://dev.twitter.com/doc API

[twitter-dev] How to tell an item is a re-tweet?

2010-09-20 Thread Matei
but it is always false regardless of the fact I've re- tweeted that item. Can anybody offer some insight on how to do this? Cheers, Matei -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http

[twitter-dev] Re: How to tell an item is a re-tweet?

2010-09-20 Thread Matei
, Matei On Sep 20, 12:01 pm, Matei mad.doroba...@gmail.com wrote: Hi all, I'm trying to implement similar functionality to the home timeline on twitter where re-tweets appear as such and you have the option of undoing it. The trouble is I cannot tell if a status is a re-tweet or not. Statuses

[twitter-dev] Re: Favorited tweets are comming from home time line as false

2010-09-20 Thread Matei
I just tried the feed and my faves come back true. I'm using the json feed however. -Matei On Sep 20, 3:04 pm, João Paulo Sabino de Moraes jona...@gmail.com wrote: Hi Folks, After favoriting some tweets at Twitter home time line menu , when I 'm calling home time line xml from my app