[twitter-dev] Re: C# API Wrapper for Site Streams Beta

2011-04-06 Thread Broogie
Awesome, thanks Joe. Will be doing some POC work for this application soon, will let you know how I get on. Thanks Broogie On Apr 5, 11:17 pm, Joe Mayo mayos...@gmail.com wrote: Broogie, LINQ to Twitter,http://goo.gl/gKSAG, has support for streaming libraries. I haven't heard from too many

[twitter-dev] Re: Image type URL

2011-04-06 Thread Season
Thanks for your prompted reply, Taylor! regards, Season -- 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

[twitter-dev] Re: C# API Wrapper for Site Streams Beta

2011-04-06 Thread Phil Leggetter
I've been using a little library for nearly over a year now that I knocked up quite a while ago to connect to the Twitter streaming filter API. I've not looked into the site streams but I would assume that site streams work in a similar way to the filter API. This library maintains a streaming

[twitter-dev] Inline Media

2011-04-06 Thread Floating Floating
What is the best way to pull media (photos, videos) inline? I started writing some code to parse particular URLs, but I was wondering if Twitter offered any API hooks into the parsing they already do to achieve this. Thanks! -- Twitter developer documentation and resources:

[twitter-dev] xAuth...

2011-04-06 Thread henning0700
Hi all, What are your experiences in requesting xAuth access? The first time I requested access was nearly three weeks ago. I then sent another request last week and still no response. Yep...nothing, nada, zip, zero, zilch... Thanks. Henning -- Twitter developer documentation and resources:

[twitter-dev] PHP/Curl script date help

2011-04-06 Thread Dean
I have a script to put my Twitter feed on my site but can't work out how to get it to show the date/how long ago it was posted. Can anyone tell me what I need to add? ?php // create curl resource $ch = curl_init(); // set url curl_setopt($ch, CURLOPT_URL,

[twitter-dev] Re: wait time for Site Streams whitelist ?

2011-04-06 Thread Mark Krieger
Taylor, Can you give us some time estimate? I have a development team stuck now, nothing more we can do to test with User Streams. I put in weeks ago too for this whitelisting. Mark On Apr 5, 7:46 am, Nicholas Chase nch...@earthlink.net wrote: I put in my request on 2/21 and got approved on

[twitter-dev] Trends URL responding with 403-Forbidden

2011-04-06 Thread nattu
Hi, I am following the posts on Twitter API announcements and found these posts in the last couple of weeks. http://groups.google.com/group/twitter-api-announce/browse_thread/thread/6f734611ac57e281 http://groups.google.com/group/twitter-api-announce/browse_thread/thread/5fea0e52ae19c1eb# The

Re: [twitter-dev] Inline Media

2011-04-06 Thread Taylor Singletary
We don't offer any hooks via the API right now, but Tweet Entities ( http://dev.twitter.com/pages/tweet_entities ) will do much to aid you in the basics of identifying domains and (when possible) file extensions. I recommend taking a look at http://embed.ly -- a third party service that makes it

Re: [twitter-dev] Trends URL responding with 403-Forbidden

2011-04-06 Thread Taylor Singletary
Hi Nattu, Trends are down at the moment for maintenance -- see http://status.twitter.com and http://twitter.com/twitterapi for updates -- we should have Trends turned back on today. @episod http://twitter.com/episod - Taylor Singletary On Wed, Apr 6, 2011 at 5:32 AM, nattu natraj1...@gmail.com

Re: [twitter-dev] PHP/Curl script date help

2011-04-06 Thread Scott Wilcox
foreach($tweetData as $tweet){ echo $tweet-text; } echo $tweet-created_at; On 6 Apr 2011, at 11:52, Dean wrote: I have a script to put my Twitter feed on my site but can't work out how to get it to show the date/how long

Re: [twitter-dev] Re: wait time for Site Streams whitelist ?

2011-04-06 Thread Taylor Singletary
Hi all, Site Streams is still in beta and the wait times are variable based on the needs constraints of the beta program. As with any beta, we're learning what more is necessary to productionize the API at scale to the kinds of applications that are requesting access -- by requesting access,

Re: [twitter-dev] xAuth...

2011-04-06 Thread Taylor Singletary
We're usually much faster than this at answering xAuth requests.. a few tips on making sure that your message gets received and is actionable: * Send the email to a...@twitter.com from the same email address associated with the account that owns the application * Clearly state the purpose of the

Re: [twitter-dev] ahhh!! Twitter Connect keeps killing my session data?!?!

2011-04-06 Thread Nicholas Chase
Pardon me if this is a silly answer, but are you sure that the original request and the callback are using the same host? I spent a couple of hours trying to track this down before realizing that I was initiating from localhost, but the callback was going to local.notoomi.com. They're both

[twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-06 Thread nischalshetty
I am getting this for the Unfollow method. This shouldn't happen for the unfollow API. Can someone at twitter look into it? -N On Apr 6, 8:24 pm, nischalshetty nischalshett...@gmail.com wrote: 420:Returned by the Search and Trends API when you are being rate limited

[twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-06 Thread nischalshetty
Hi, It's my app http://justunfollow.com It's been running from more than a year now. I did not see any sudden increase in traffic or any of that sort. It's hosted on the Google Appengine and there were 2 cases in the entire year when appengine ips were blocked by twitter. I have more than

Re: [twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-06 Thread Taylor Singletary
By running on Google App Engine, or any host where you share IP addresses with another service, you're going to be at a disadvantage when it comes to abuse detection -- my advice would be to ensure you have a queue system in place for API actions you take (really any application servicing anywhere

[twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-06 Thread nischalshetty
I just checked my log. The first error was encountered around 6.5 hours ago. Since then it's been occurring in loads continuously : ( This is the first time in the entire year that I'm seeing something like this and no new code has been pushed to production. I request you to check if my app is

[twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-06 Thread nischalshetty
Though I have so many users, each user has an internal limit of 100 unfollows per day which is well within any sort of limits. That is one of the reasons why I never implemented any queuing mechanism, such short number of unfollows can be done instantly. Besides, there were no sudden spikes in

Re: [twitter-dev] xAuth...

2011-04-06 Thread Taylor Singletary
Oh, one more tip for requesting xAuth access: * Check your Junk folder regularly for responses -- many developers in the past have found their responses from our ticketing system in their Spam folder. @episod http://twitter.com/episod - Taylor Singletary On Wed, Apr 6, 2011 at 7:21 AM, Taylor

[twitter-dev] Canonical URL's and Retweet counts

2011-04-06 Thread Wildebees (Wessel)
Hi I'm a newbie here, and I was pointed in this direction by Matt Harris. https://twitter.com/#!/themattharris/status/55436408223047680 I hope somebody can help. We switched our site from www.wewillraakyou.com to wewillraakyou.com for SEO purposes. Problem is, we lost our Retweets counts on

[twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-06 Thread nischalshetty
I cooled down my servers for more than 2 hours now. There were no activities happening through my app. I turned it back on just a few minutes back. The same problem, getting 420 error codes :( Cooling it off again, can you do something to get me out of this trouble? -N On Apr 6, 9:07 pm,

Re: [twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-06 Thread Taylor Singletary
There may be others on the IP address you are using abusing the system and making you suffer as a result. Do you get a HTTP status code 420 just for unfollow requests or is it for all requests? Have you attempted to perform the operation in isolation from your servers (not tied to your

[twitter-dev] Tweet Button in Arabic Language

2011-04-06 Thread Rami Zahran
Dears, I would like to ask you a way to use the Tweet button in Arabic Language as تويت. I need this very urgent. Could you please help me on this. Regards, Rami Zahran -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] Tweet Button in Arabic Language

2011-04-06 Thread Arnaud Meunier
Hey Rami, The tweet button doesn't support Arabic language (cf. http://dev.twitter.com/pages/tweet_button_faq#languages). Now you can still build your own tweet button in order to replace Tweet by its translation in Arabic (cf. http://dev.twitter.com/pages/tweet_button#build-your-own), but the

[twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-06 Thread nischalshetty
There may be others on the IP address you are using abusing the system and making you suffer as a result. Probably but then this had happened twice as I said earlier and both the times none of the api's worked until one of you guys removed the ips from the blacklist. Do you get a HTTP status

[twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-06 Thread nischalshetty
Even as I wrote this and got my servers back up, the 420 errors started all over again :( Please, can you check on your end using my app code or something. I can mail you the app id if you want. The app is justunfollow.com -N On Apr 7, 5:55 am, nischalshetty nischalshett...@gmail.com wrote:

[twitter-dev] Re: Getting too many login attempts error though my app uses per user auth apis

2011-04-06 Thread nischalshetty
Another thing I would like to add is along with these errors I also am getting a lot of 502 and 503 requests. Do they have to do something with this? -N On Apr 7, 5:58 am, nischalshetty nischalshett...@gmail.com wrote: Even as I wrote this and got my servers back up, the 420 errors started all

[twitter-dev] Re: direct_messages/new

2011-04-06 Thread Chris Teso
The Full http response is NULL. The request sent is $this-connection-post('direct_message/new', array( 'screen_name' = $username, 'text' = $text ) ) with proper auth headers. Again, the method works if we pass user_id rather than screen_name. $this-connection-post( 'direct_messages/new', array(

Re: [twitter-dev] Re: direct_messages/new

2011-04-06 Thread Matt Harris
I'm not able to reproduce this so could you share the base signature you are sending. The consumer_secret and user_secret are not included in those two pieces of data so can be shared here, but if you prefer you can directly email them to me. Best, @themattharris Developer Advocate, Twitter

Re: [twitter-dev] Re: direct_messages/new

2011-04-06 Thread Arnaud Meunier
Hey Chris, Looks like you're missing an s to direct_messages in the PHP code you're quoting. Would be interested to see your HTTP Response headers. Probably a 404 you got there. Arnaud / @rno http://twitter.com/rno On Wed, Apr 6, 2011 at 10:24 PM, Chris Teso christ...@gmail.com wrote: The

[twitter-dev] Re: Quick question on iPhone tweets

2011-04-06 Thread @IDisposable
There's actually a much easier way for you to implement the simple ability to Tweet from your application without having to code up the OAuth song dance or xAuth, but the frictionless approach comes with the downside of less control, attribution, and feedback. I second this recommendation,