[twitter-dev] Re: User tag inside users/show

2010-05-06 Thread Rich
Excellent, thanks guys seems to be working fine now :) On May 6, 4:07 am, Sami sami.ben.romdh...@gmail.com wrote: How long does it take for the change to propagate. My application is still down along with every application using the twitter4j java library Thanks

[twitter-dev] OAuth User Numbers for Apps

2010-05-06 Thread Nik Fletcher
Hi Guys With the new developer portal up and running, is there any timeframe for bringing back the authenticated user stats for apps, and are there any plans to improve the reporting in this regard (so, active users in the past 30 days on top of 'all-time authenticated users')? We're currently

[twitter-dev] Re: users/show bug with nested user object

2010-05-06 Thread mabster
How long should this fix take to propagate around, Taylor? I still see a user with just an id property and nothing else when I call users/ show. Matt On May 6, 11:14 am, Taylor Singletary taylorsinglet...@twitter.com wrote: The bug is fixed. The cache, however, has to negotiate its way through

[twitter-dev] JSONObject[created_at] not found.:{id:116439936}

2010-05-06 Thread Alfredo Baraldi
I used the component twitter4j-core-2.1.2 and it worked properly. I've implemented on the production site. Today, after a few days that worked correctly produces this error: JSONObject [created_at] not found.: (Id: 116439936) I did some testing and I have observed that requests such as getId (),

[twitter-dev] Re: User tag inside users/show

2010-05-06 Thread ericdoesdot...@gmail.com
I'm still seeing this problem on statuses as recent as 5/6 @ 7:45 AM UTC, or three hours ago for me. For example, as of this moment, http://api.twitter.com/1/users/show/shanselman.xml is exhibiting this issue. On May 5, 8:04 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: This should

[twitter-dev] Re: User tag inside users/show

2010-05-06 Thread mabster
The problem persists for me and a lot of my users. If I visit this URL: http://api.twitter.com//1/users/show.xml?screen_name=mabster ... I see a user element embedded in the status section with only an ID. Do others not see that? How aggressive is the caching? It's been hours since it was

[twitter-dev] Re: users/show bug with nested user object

2010-05-06 Thread rohit
Seems like the cache has still not cleared. Regards, Rohit On May 6, 6:14 am, Taylor Singletary taylorsinglet...@twitter.com wrote: The bug is fixed. The cache, however, has to negotiate its way through the dusty corridors of memory. Please let us know if you don't see a significant

[twitter-dev] Re: User tag inside users/show

2010-05-06 Thread BenoitX
Still not working here... (based in London if that helps). On May 6, 7:37 am, Rich rhyl...@gmail.com wrote: Excellent, thanks guys seems to be working fine now :) On May 6, 4:07 am, Sami sami.ben.romdh...@gmail.com wrote: How long does it take for the change to propagate. My application

[twitter-dev] How to check the access tokens before directing to a sign in /allow, deny page?

2010-05-06 Thread Chathura
Hi, I have a twitter application and I want to check the following scenario. A user logged into his twitter account and already granted permissions to make status notes through another application. When user hits the connect button, the navigation directs to Allow/ Deny page which he already

[twitter-dev] Re: User tag inside users/show

2010-05-06 Thread rohit
My application is still not working? I use Twitter4j and it is still giving a problem. Regards, Rohit On May 6, 11:37 am, Rich rhyl...@gmail.com wrote: Excellent, thanks guys seems to be working fine now :) On May 6, 4:07 am, Sami sami.ben.romdh...@gmail.com wrote: How long does it take

[twitter-dev] Re: User tag inside users/show

2010-05-06 Thread Raul
We still see this issue on every request at http://streamd.in , Also all other apps that use twitter4j are experiencing this issue. On May 5, 6:04 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: This should now be fixed, though it may take a little while for the cache to completely

[twitter-dev] Re: User tag inside users/show

2010-05-06 Thread Rich
Yep looks like I spoke to soon, many of my users are still seeing this issue. I've actually handled it but Apple are now taking about a week to approve updates On May 6, 6:50 am, Raul raulr...@gmail.com wrote: We still see this issue on every request athttp://streamd.in, Also all other apps

Re: [twitter-dev] Re: User tag inside users/show

2010-05-06 Thread Raffi Krikorian
i'm currently looking into this now. On Thu, May 6, 2010 at 4:51 AM, Rich rhyl...@gmail.com wrote: Yep looks like I spoke to soon, many of my users are still seeing this issue. I've actually handled it but Apple are now taking about a week to approve updates On May 6, 6:50 am, Raul

Re: [twitter-dev] Re: users/show bug with nested user object

2010-05-06 Thread Taylor Singletary
It's taking a long time. We're investigating possible means to hasten the resolution and any other reasons the cache might not be resolving. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, May 6, 2010 at 3:17 AM, rohit mrro...@gmail.com wrote: Seems like the

Re: [twitter-dev] OAuth User Numbers for Apps

2010-05-06 Thread Taylor Singletary
Hi Nik, Long-term, we'd really like to offer more stats for developers on dev.twitter.com.. The user count was specifically removed from the new dev portal for the fail whale reason you noted -- applications with a large number of associated access tokens cause issues right now when sourcing

Re: [twitter-dev] JSONObject[created_at] not found.:{id:116439936}

2010-05-06 Thread Taylor Singletary
You might be experiencing some issues due to a bug that is slowly purging itself from our systems. Judging by the error, your JSON parser is stopping because it was trying to coerce a user node that only had an id into some other construct, and it's refusing to do so without a created_at field

[twitter-dev] Re: OAuth support and reformatted DMs live on user streams

2010-05-06 Thread lqd
Hey guys, a couple questions/remarks on the new user streams features: 1) OAuth I have no problem using the stream with BasicAuth, nor using the REST API with OAuth. However I'm always getting 401s with OAuth on the stream, even though Zac's fork or earlybird works flawlessly. Just to try and

[twitter-dev] Re: How to check the access tokens before directing to a sign in /allow, deny page?

2010-05-06 Thread Konpaku Kogasa
Hello, First off I'm curious as to what language this is. A quick glance suggests javascript. Also what libraries are you using? Regarding the actual auth workflow, what exactly is the process that you are utilizing? Is it a callback URL or pin based auth? You call OAuth.GetRequestToken, but I

[twitter-dev] Re: users/show bug with nested user object

2010-05-06 Thread janole
Just as a follow-up, I've just seen a userid/user again while doing a verify_credentials.json call after I've retweeted some user. The userid/user entry is inside the status entry of the calling user's user entry. Oh, complex. It's like: user status retweeted_status.../retweeted_status

[twitter-dev] Re: JSONObject[created_at] not found.:{id:116439936}

2010-05-06 Thread Yusuke
Hi, A snapshot build which workarounds the issue is now available. http://groups.google.com/group/twitter4j/browse_thread/thread/5f96af5eb7b9d141 Cheers, Yusuke On May 6, 10:39 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: You might be experiencing some issues due to a bug that is

Re: [twitter-dev] Re: OAuth support and reformatted DMs live on user streams

2010-05-06 Thread John Kalucki
#1 Mark can help. #2 I filed a story for later triage. #3 What would the use case be for hydrating status deletion notes? For display purposes, I can see them being used to remove tweets - but displayed tweets should be indexed by status_id. What else might you want to display when a following

[twitter-dev] Re: users/show bug with nested user object

2010-05-06 Thread Orian Marx (@orian)
I'm still seeing the errant userid/user node at noon EST. On May 6, 10:03 am, janole s...@mobileways.de wrote: Just as a follow-up, I've just seen a userid/user again while doing a verify_credentials.json call after I've retweeted some user. The userid/user entry is inside the status entry of

[twitter-dev] Re: User tag inside users/show

2010-05-06 Thread irhetoric
This appears to still be broken. It affects anyone using the TweetSharp library as well. There's a workaround (http:// tweetsharp.codeplex.com/Thread/View.aspx?ThreadId=211712), but hopefully it will be fixed soon so that we don't have to redeploy with the workaround. On May 6, 5:23 am, Raffi

Re: [twitter-dev] Re: User tag inside users/show

2010-05-06 Thread Taylor Singletary
We're working on getting this fixed as soon as we can. Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Thu, May 6, 2010 at 9:12 AM, irhetoric karst...@microsoft.com wrote: This appears to still be broken. It affects anyone using the TweetSharp library as well.

Re: [twitter-dev] Re: OAuth support and reformatted DMs live on user streams

2010-05-06 Thread Mark McBride
Did you adjust the timestamp in that tool? The hosebird implementation tolerates at most a 5 minute clock skew... in other words if it receives a timestamp that is 5 minutes older (or newer) than the current time, it rejects the request. ---Mark http://twitter.com/mccv On Thu, May 6, 2010

[twitter-dev] Slow response to twitter updates for a third party app

2010-05-06 Thread raj
Hi, I am developing a third party application for posting updates to Twitter for users of my site. I find that the time to post a tweet from my website varies greatly during the day (from 20 seconds to 1 second). I have verified, this long delay is due to a slow response from Twitter. On the

[twitter-dev] UPDATE: Embedded user object issue

2010-05-06 Thread Taylor Singletary
Hi Folks, Wanted to give everyone an update on this issue that's continuing to effect certain API clients: Though we deployed a fix last night for the issue, certain idiosyncracies in our caching system have made the fix moot for a large percentage of our API output traffic. We are in the

[twitter-dev] Re: User tag inside users/show

2010-05-06 Thread melissa
Any ETA? We need to know how long, and propagation time, or we will have to deploy a workaround. It's been about 24 hours now, and t is affecting our customers. Thanks, Melissa, Awareness On May 6, 12:19 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: We're working on getting this

Re: [twitter-dev] Re: User tag inside users/show

2010-05-06 Thread Taylor Singletary
We think this should be all resolved out within the next few hours -- already hearing reports of some relief for a number of Twitter clients. We're slowly expiring the cache on several objects in the system to clear this up rather than waiting for them to clear on their own. This has to be done

[twitter-dev] TCL oAuth

2010-05-06 Thread Dustin
I currently have been working on an application under TCL to post my twitter timeline, direct messages, profile information and such (almost a full TCL app) for my IRC eggdrop bot. I've been using the Basic Authentication method and I've just read come 6/30 I won't be able to use this method any

Re: [twitter-dev] TCL oAuth

2010-05-06 Thread Dossy Shiobara
I have written an OAuth client in Tcl for Twitter Karma, but it's in no condition to open source at the moment. However, I can tell you that the sha1 package (for sha1::hmac) works, and the base64 package (for base64::encode) too. OAuth really isn't that hard to implement, really. And, from the

Re: [twitter-dev] TCL oAuth

2010-05-06 Thread Taylor Singletary
Can't help much with a TCL implementation, but once you've registered an application you can view the application record on dev.twitter.com and click on a button called My Access Token to get the access token and access token secret for your account from your application's perspective, which

[twitter-dev] Re: users/show bug with nested user object

2010-05-06 Thread Mark Sievers
Also still seeing this as at 6th May 11:23pm GMT.

[twitter-dev] what's wrong with my xAuth code ???

2010-05-06 Thread mostafa farghaly
every time i get failed to validate outh token and signature :( here's my simple code var username = username, password = password, url= https://api.twitter.com/oauth/access_token;,

[twitter-dev] Re: users/show bug with nested user object

2010-05-06 Thread Dewald Pretorius
Over time I've learned it is a best practice to check the integrity of a returned Twitter object despite the fact that the HTTP response code is 200.

[twitter-dev] Re: share user account activity data?

2010-05-06 Thread mcfnord
Hello, John. Thank you for the referral to Spritzer. I will re-structure my data model to benefit from its activity indications. I have throttled back and will approach you directly when I have production code serving Twitter users. I have 100,000 opt-ins and 3,000 paying customers for two data

[twitter-dev] Re: User tag inside users/show

2010-05-06 Thread irhetoric
I'm back up -- thanks for the quick response. On May 6, 1:36 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: We think this should be all resolved out within the next few hours -- already hearing reports of some relief for a number of Twitter clients. We're slowly expiring the cache

Re: [twitter-dev] Re: How to check the access tokens before directing to a sign in /allow, deny page?

2010-05-06 Thread Chathura Perera
Hi, Thanks for the response. I'm using C#.NET and this is all inline coding. However, yesterday I found a way to check the token values from a protected resource, It worked fine for me with slight database programming to store and retrive the twitter generated access tokens. Libraries I used to

[twitter-dev] Re: TCL oAuth

2010-05-06 Thread Dustin
I was lookin at maybe doing Out-of-band/PIN Code Authentication. However, I don't see much documentation on how to go about doing this. On May 6, 4:48 pm, Dossy Shiobara do...@panoptic.com wrote: I have written an OAuth client in Tcl for Twitter Karma, but it's in no condition to open source at

[twitter-dev] Re: TCL oAuth

2010-05-06 Thread Dustin
I don't think going about using my access token would be a viable solution as I have no way of keeping those tokens secret. On May 6, 4:58 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Can't help much with a TCL implementation, but once you've registered an application you can view