Re: [twitter-dev] Disappearing / Reappearing Social Graph Lists

2010-01-21 Thread Jesse Stay
Same here. Jesse On Wed, Jan 20, 2010 at 11:57 PM, DustyReagan dustyrea...@gmail.com wrote: I noticed an issue tonight where a user's Friends, Followers, and Lists counts randomly goes down to zero. For example, I can refresh http://twitter.com/TastyTracy a few times and her Friends,

Re: [twitter-dev] Re: Best way to test success/failure for a status update

2010-01-21 Thread Raffi Krikorian
to be very precise, all that we guarantee is that the id is monotonically increasing -- we don't have any guarantees on the rate at which the ids are increasing On Wed, Jan 20, 2010 at 8:01 PM, Abraham Williams 4bra...@gmail.com wrote: 2010/1/16 M. Edward (Ed) Borasky zzn...@gmail.com

[twitter-dev] Re: cannot edit registered application

2010-01-21 Thread twittme_mobi
Thanks Brian, I wrote an e-mail and I will keep you all informed about the development. Note that, I have another account - johny_edu , with existing application , and I cannot edit an existing application with it. Thanks. On Jan 20, 10:55 pm, Brian Sutorius bsutor...@twitter.com wrote: This

Re: [twitter-dev] Twitter visualization tool

2010-01-21 Thread Carl Knott
Well, I got it working and it works great. Thanks for the tip. On Thu, Jan 21, 2010 at 3:23 AM, Abraham Williams 4bra...@gmail.com wrote: Interesting. Well go for it then. On Tue, Jan 19, 2010 at 21:34, Mark McBride mmcbr...@twitter.com wrote: Why would you have to run your own server to

[twitter-dev] OAuth authentification page on normal login

2010-01-21 Thread Halmen Istvan
I'm developing an application with OAuth authetification. If I'm not logged in into my Twitter account, I can perform successfully the OAuth authentification. But if after this process I go to twitter.com and perform a normal login, after login Twitter redirects me to the oauth/authorize page and

[twitter-dev] Latest post missing in Restful call, present in RSS

2010-01-21 Thread Dan Maharry
Hi, Strange little problem here. A friend's last tweet is up on his twitter page at twitter.com/climate_threat and is present in the RSS, but on calling Twitter's RESTful API, the tweet is missing (http:// api.twitter.com/1/statuses/user_timeline/climate_threat.xml). Any idea why this might be

[twitter-dev] Re: Disappearing / Reappearing Social Graph Lists

2010-01-21 Thread RandyC
I'm seeing this in spades through last night and all morning long so far. Seems to happen more with certain accounts. Randy

[twitter-dev] Status update request returns incorrect tweet

2010-01-21 Thread Chris Maguire
I've been wrangling Twitter's API for a few months while developing a third-party ap that, among other things, allows users to update their twitter streams. This morning we received a support inquiry from a user who said that he was unable to update his status through our service. We log every

[twitter-dev] SWX Twitter API directMessages

2010-01-21 Thread Finha
FRIENDS... I REALLY NEED YOUR HELP... I REALLY NEED TO LEARN OR THE ALL OF THE CODE OF SOMETHING LIKE THIS: http://blog.eerkmans.nl/?p=3 THIS IS WHAT I WANT... CAN ANY ONE HELP ME?... I see a lots of tutorials and nothing... Ihave this basic thing: dataHolder.serviceClass = Twitter;

Re: [twitter-dev] Status update request returns incorrect tweet

2010-01-21 Thread Ed Costello
On Thu, Jan 21, 2010 at 11:27 AM, Chris Maguire chris.magu...@gmail.comwrote: I tested making the update call manually, and I got a similar result: The status we sent was not posted, but we were returned the information for their most recent tweet. How long is the tweet text? -- -ed

[twitter-dev] Re: Status update request returns incorrect tweet

2010-01-21 Thread Dewald Pretorius
Recently I have also had complaints from users where the API returned a 200 OK and was not pointing to a duplicate tweet, but the tweet never showed up in the person's Twitter timeline. And that is with Basic Auth. On Jan 21, 12:27 pm, Chris Maguire chris.magu...@gmail.com wrote: I've been

[twitter-dev] Re: Best way to test success/failure for a status update

2010-01-21 Thread M. Edward (Ed) Borasky
On Jan 21, 12:26 am, Raffi Krikorian ra...@twitter.com wrote: to be very precise, all that we guarantee is that the id is monotonically increasing -- we don't have any guarantees on the rate at which the ids are increasing Thanks! That's what I suspected. I'm a hard guy about stuff like

[twitter-dev] Tickery

2010-01-21 Thread Terry Jones
Apologies if this seems spammy. We just released a Twitter search and exploration app: http://tickery.net It might be of interest to fellow Twitter API programmers because you can add to the underlying objects (representing Twitter users), search on your additions and those of others, etc.

[twitter-dev] Not getting correct access token when using OAuth for sign in

2010-01-21 Thread eco_bach
Hi I'm building a flash web application and attempting to get the OAuthSignIn working WITHOUT use of a PIN. I've been told this is possible. http://groups.google.com/group/twitter-development-talk/browse_thread/thread/df3b49523256aaea Immediately after receiving what should be the access token

Re: [twitter-dev] List ID

2010-01-21 Thread Matthew Terenzio
On Thu, Jan 21, 2010 at 1:00 PM, Lloyd England ll...@lloydengland.comwrote: Hi, quick question which I cannot find an answer for anywhere - how do you find the ID of a twitter list? http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-list-id Thanks!

Re: [twitter-dev] Re: Not getting correct access token when using OAuth for sign in

2010-01-21 Thread ryan alford
The plus sign (+) in your signature should be encoded. You should URL encode the signature just as you do the other parameters. Ryan On Thu, Jan 21, 2010 at 2:25 PM, eco_bach bac...@gmail.com wrote: Hmm still not working, signature at the end. I believe I get an Httpstatus of '0'

Re: [twitter-dev] OAuth authentification page on normal login

2010-01-21 Thread Michael J. Ditto
Same thing happens to me. If anybody can shed any insight that would make me all a-twitter. On Jan 21, 2010, at 3:53 AM, Halmen Istvan wrote: I'm developing an application with OAuth authetification. If I'm not logged in into my Twitter account, I can perform successfully the OAuth

Re: [twitter-dev] Latest post missing in Restful call, present in RSS

2010-01-21 Thread Abraham Williams
The most recent status is a retweet which are not included for backwards computability. You can read more about it in the first paragraph on http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-user_timeline Abraham On Thu, Jan 21, 2010 at 06:21, Dan Maharry

Re: [twitter-dev] OAuth authentification page on normal login

2010-01-21 Thread Abraham Williams
Apparently you are supposed to report this to Twitter Support. http://code.google.com/p/twitter-api/issues/detail?id=1199 You can open a ticket here: http://bit.ly/twicket Abraham On Thu, Jan 21, 2010 at 11:47, Michael J. Ditto di...@progressnowcolorado.org wrote: Same thing happens to me.

Re: [twitter-dev] Tickery

2010-01-21 Thread Josh Roesslein
Looks interesting and useful. I'll be sure to check it out more. Thanks for sharing! Josh

[twitter-dev] Re: Any iPhone Twitter apps with OAuth login ?

2010-01-21 Thread hunterjensen
Yes please! We're submitting an iPhone app in a couple weeks and that page is the least user-friendly thing in our whole app. At this point we're considering going back to basic auth just until it gets a more mobile-friendly UI. Any chance you guys are working on this? Anything we can do to help?