[twitter-dev] Twitter Streaming API & blocked user

2011-05-17 Thread Fabien Penso
Hi, I'm using the streaming API (sitestream) and one of my user @thecivvie blocked @fabientest but if @fabientest tweets, I see those tweets for @thecivvie coming. Is that an implementation bug, is it supposed to be like this, or have I missed something? Thanks. -- Twitter developer documentat

Re: [twitter-dev] Android

2011-05-17 Thread Mukesh Srivastav
Develop Android Native Application. http://developer.android.com/sdk/index.html The above link would help you in developing the Android Apps. -*Mukesh* On Tue, May 17, 2011 at 7:56 AM, bob wrote: > What is the easiest way to make an Android app that allows people to > update their Twitter st

[twitter-dev] Re: New Status Using A Query String

2011-05-17 Thread DustyReagan
Right on. Thanks for the update Arnaud! :) On May 17, 7:55 pm, omegdadi wrote: > +1. Thanks for the update Arnaud. This is affecting all of our customers at > the moment. > > Cheers, > Omar -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: ht

Re: [twitter-dev] Re: New Status Using A Query String

2011-05-17 Thread Arnaud Meunier
Hey Dusty, The "status" parameter option has not been removed. It's a bug that has been filed, but I unfortunately don't have an ETA on a fix. This parameter is part of the twitter.com website, which is constantly changing. On the API side, we support Web Intents. That's why I recommended its use

[twitter-dev] Re: New Status Using A Query String

2011-05-17 Thread Mo
Ok. Thanks. On May 17, 3:15 pm, Arnaud Meunier wrote: > Hey Mo, > > There is already a thread about this subject:http://bit.ly/j2v5Kd:) > > I recommend you switch to Web Intents. That's the recommended (and supported > way) to do it. More info on this documentation > page:http://dev.twitter.com/

[twitter-dev] Re: New Status Using A Query String

2011-05-17 Thread DustyReagan
So Intents are great, but are you officially deprecating the "? status=" functionality? Because it's been in place and working for years. We need to know if it's simply going to stop working one day. Also, is today that day? On May 17, 5:12 pm, Megan wrote: > Having the same issue. > > On May 17,

[twitter-dev] Re: New Status Using A Query String

2011-05-17 Thread Megan
Having the same issue. On May 17, 5:29 pm, Mo wrote: > It may just be me, but is anyone else having any problems adding a > status to Twitter by passing a query string? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twi

Re: [twitter-dev] New Status Using A Query String

2011-05-17 Thread Arnaud Meunier
Hey Mo, There is already a thread about this subject: http://bit.ly/j2v5Kd :) I recommend you switch to Web Intents. That's the recommended (and supported way) to do it. More info on this documentation page: http://dev.twitter.com/pages/intents Arnaud / @rno On Tue, M

Re: [twitter-dev] Auto Populating Tweets Broken?

2011-05-17 Thread Arnaud Meunier
Hey Yahel, Meet Web Intents: http://dev.twitter.com/pages/intents (take a look on the "intent/tweet" intent). It really is super easy to implement. For example: http://twitter.com/intent/tweet?text=foobar Arnaud / @rno On Tue, May 17, 2011 at 1:18 PM, Yahel Carmon wro

[twitter-dev] New Status Using A Query String

2011-05-17 Thread Mo
It may just be me, but is anyone else having any problems adding a status to Twitter by passing a query string? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.co

Re: [twitter-dev] More access to Twitter API's

2011-05-17 Thread Scott Wilcox
There aren't any endpoints other than the search API for searching for tweets. The other option may be looking at Gnip, but I'm not too sure that they can offer what you're looking for either. On 17 May 2011, at 21:49, Tereno wrote: > Hi there, > > I'm wondering if there's some sort of service

[twitter-dev] More access to Twitter API's

2011-05-17 Thread Tereno
Hi there, I'm wondering if there's some sort of service where I can perform a more advanced search on Twitter? In particular, I'm looking at something that allows me to query by a specific time frame and there won't be any limits on the number of tweets fetched. Thanks! -- Twitter developer doc

[twitter-dev] Auto Populating Tweets Broken?

2011-05-17 Thread Yahel Carmon
Hey, We've just noticed that auto-populating tweets using http://twitter.com/home/?status=foobar no longer works. Has this feature been totally removed, or is this a temporary glitch? (Perversely, http://twitter.com/?status=foobar works, but that was the older method that broke last year and we w

[twitter-dev] Devnest Recap

2011-05-17 Thread Jason Costa
Hi everyone, Thanks again to those of you who spent the evening with us this past Thursday at #devnestSF. We had a great time seeing so many of you, and hope you enjoyed yourselves too. We started off the night with talks from Dick Costolo and Ryan Sarver, then saw presentations from four great co

[twitter-dev] Using @Anywhere with Protoype.js

2011-05-17 Thread jmdo
Hi, we have a project using Prototype.js. We tried to use the javascript api @anywhere to add a 'sign with Twitter' functionnality and the ability for our users to post directly from our site. but when the API is initialized, we start to encounter several errors. Looking at the scripts loaded, I

[twitter-dev] Counting RTs by user and by Tweet

2011-05-17 Thread JH
Is there any way to count how many retweets a tweet had by username? Let's say I tweet a sentence and I need to count how many times my sentence was retweeted, even though someone else tweeted the same sentence later on. I need to know if this is possible and how to divide the results by the origin

Re: [twitter-dev] Opt-in App

2011-05-17 Thread Caliban Darklock
On Tue, May 17, 2011 at 8:20 AM, Taylor Singletary wrote: > I'm curious what you mean by an "opt-in app on your home page in Twitter"? I suspect the question is about a mailing list opt-in form installed on the Twitter home page, e.g. for an autoresponder service like AWeber or iContact. It's pro

[twitter-dev] Counting RTs by user and by Tweet

2011-05-17 Thread JH
Is there any way to count how many retweets a tweet had by username? Let's say I tweet a sentence and I need to count how many times my sentence was retweeted, even though someone else tweeted the same sentence later on. I need to know if this is possible and how to divide the results by the origin

Re: [twitter-dev] Opt-in App

2011-05-17 Thread Taylor Singletary
I'm curious what you mean by an "opt-in app on your home page in Twitter"? We don't have any means to embed applications within a Twitter profile at this time. You're welcome to provide opt-in Twitter functionality on your own site. @episod - Taylor Singletary On Mon,

Re: [twitter-dev] REST API Rate Limiting - OAuth calls are permitted 350 requests per hour, but we got 150

2011-05-17 Thread hax0rsteve
You need a version number in that url : "http://api.twitter.com/version/users/show.format"; http://dev.twitter.com/doc/get/users/show So in your case, it would be, e.g. > http://api.twitter.com/1/users/show.xml? ... Or similar. Then you'll see 350 in the resp. HTH On 17 May 2011, at 15:38

Re: [twitter-dev] REST API Rate Limiting - OAuth calls are permitted 350 requests per hour, but we got 150

2011-05-17 Thread Scott Wilcox
The rate limits change through the day, not always fixed to 350. Are they staying at 150 all the time? Check over a period of time to see if so. On 17 May 2011, at 15:38, SN Testing wrote: > We are using OAuth, but the rate limit headers still show 150. > > request: > http://api.twitter.com/use

[twitter-dev] REST API Rate Limiting - OAuth calls are permitted 350 requests per hour, but we got 150

2011-05-17 Thread SN Testing
We are using OAuth, but the rate limit headers still show 150. request: http://api.twitter.com/users/show.xml?user_id=84609847|Authorization: OAuth realm="twitterapis.com", oauth_signature="cnN6riZwgneJpfhN8C5%2Fh05TAOw%3D", oauth_version="1.0", oauth_nonce="f919ce47-d573-2f99-b95b- fe33e080f4fd",

Re: [twitter-dev] Streaming API truncating tweets

2011-05-17 Thread Taylor Singletary
Where are you seeing this truncation? Can you share some examples of the JSON with the truncated (I assume status body) field? In the case of retweets in the streaming API, you may see the top-level "text" node with truncated tweet text prepended with "RT " -- but the full text of the original ref

Re: [twitter-dev] Re: HTTPS profile and profile background image URLs are being added to user objects

2011-05-17 Thread Taylor Singletary
Developers may choose to use the API in SSL but serve their websites without encryption. Not all uses of the API are in a web context. This allows a developer to choose the image most appropriate for their end-user's scenario whether they are connected to the API using SSL or otherwise. Better to m

[twitter-dev] Android

2011-05-17 Thread bob
What is the easiest way to make an Android app that allows people to update their Twitter status? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-ap

Re: [twitter-dev] Re: Issue - My twitter account won't load

2011-05-17 Thread Mikey
> http://twitter.com/#!/carlagasparian - this loads fine for me (I am UK based > if this helps) On 17 May 2011, at 13:14, Adam Green wrote: > Many (most?) Twitter pages have been failing to load for me and others > working with me since the major outage last week. Either a blank page loads > o

Re: [twitter-dev] Re: Issue - My twitter account won't load

2011-05-17 Thread Adam Green
Many (most?) Twitter pages have been failing to load for me and others working with me since the major outage last week. Either a blank page loads or just the top navbar. I've found that once the page initially loads, refreshing the page generally causes the full page to appear. This problem is int

Re: [twitter-dev] Re: Issue - My twitter account won't load

2011-05-17 Thread Damon Parker
I doubt it's network related. http://twitter.com/#!/carlagasparian loads a blank page for me too from my location. -- damonp Sent with Sparrow On Monday, May 16, 2011 at 10:40 PM, Mohan Arun wrote: > On May 15, 7:50 pm, Carla Gasparian Sartori > wrote: > > I have already tried to load my accou

[twitter-dev] Re: HTTPS profile and profile background image URLs are being added to user objects

2011-05-17 Thread Terence Eden
Thank for implementing my suggestion ;-) (http://shkspr.mobi/blog/ index.php/2011/05/a-minor-twitter-privacy-bug/) A quick question. Why add a new field? Why not use the existing one IFF the request came over HTTPS? On May 16, 11:27 pm, Matt Harris wrote: > Hey everyone, > > Later this week we'l

[twitter-dev] Streaming API truncating tweets

2011-05-17 Thread Floating Floating
Why does the streaming API truncate certain tweets that are not truncated on twitter.com or through other APIs? Thanks! -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.