[twitter-dev] Re: A few updates about the permission model change

2011-06-26 Thread Aaron Rankin
me details of the app and captures of the requests and responses. Then I can investigate further. Thanks, @themattharris https://twitter.com/intent/follow?screen_name=themattharris Developer Advocate, Twitter On Wed, Jun 22, 2011 at 12:57 PM, Aaron Rankin aran...@sproutsocial.comwrote

[twitter-dev] Re: A few updates about the permission model change

2011-06-22 Thread Aaron Rankin
Hi Matt / Twitter, We're not seeing the Direct Message permission setting ever take effect. In our application profile, it says that we're set to request read, write and DM, and we've saved this several times successfully. However, both the X-Access-Level header and the oauth/authorize page list

[twitter-dev] Oauth authorize isn't working consistently

2011-05-07 Thread Aaron Rankin
I'm posting in case Twitter is unaware. The authorize page/process is regularly returning no tokens. It is working some of the time. Our users have reported this since Wednesday. Aaron Rankin Sprout Social -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates

[twitter-dev] Search API OR queries returning wrong results

2011-04-01 Thread Aaron Rankin
Searches using OR where the result type is recent are returning wrong results. For example, if I search for (ipad kid), I see results from a minute ago. If I search for (ipad backseat), the most recent tweet is about 5 hours ago. Then, if I search (ipad kid) OR (ipad backseat), only the (ipad

[twitter-dev] Missing @mention in the API

2011-03-23 Thread Aaron Rankin
Hi, I'm wondering if the Search API, REST API and Site Streams may be missing @mentions. This tweet (http://twitter.com/#!/AddisonWesley/ status/50587789309390848) exists on http://twitter.com/AddisonWesley, but isn't present in the REST API or Search, as a mention of @rufusd, and we think didn't

[twitter-dev] Sporadically missing oauth tokens after oauth/authorize

2011-03-01 Thread Aaron Rankin
Taylor/Twitter, Sporadically, I'm seeing oauth tokens not returned after the authorize step. I haven't seen the woah there reported much recently, but is this a new issue? Thanks, Aaron -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Seeing many Woah there errors on oauth/authenticate

2011-02-24 Thread Aaron Rankin
Our users are reporting many sporadic Woah there errors on the oauth/ authenticate page, where the error says the token info was already used. We're forwarding our users to that page immediately after we get the token info. Is this a problem with our oauth logic (we're using Twitter Async /

[twitter-dev] Local searches on Search API not working

2010-11-30 Thread Aaron Rankin
I'm consistently getting no results for a variety of Search API queries using the geocode parameter. For example: http://search.twitter.com/search.json?q=beerrpp=100page=1geocode=41.938682556152344,-87.6544189453125,100miresult_type=recent

[twitter-dev] Re: statuses/mentions missing tweets

2010-11-08 Thread Aaron Rankin
to the API at the moment. Taylor On Sun, Nov 7, 2010 at 1:41 PM, Aaron Rankin aran...@sproutsocial.comwrote: I'm seeing errors with this endpoint. A request for the last 200 mentions of @aaronrankin returns 29 mentions that were created between February and now, with many missing. Per my

[twitter-dev] Direct Message endpoints returning HTTP 502 constantly

2010-11-08 Thread Aaron Rankin
Is this expected due to capacity or other infrastructure problems? Or, am I doing something wrong? Thanks, Aaron -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] statuses/mentions missing tweets

2010-11-07 Thread Aaron Rankin
I'm seeing errors with this endpoint. A request for the last 200 mentions of @aaronrankin returns 29 mentions that were created between February and now, with many missing. Per my own cache of tweets, there were 200 mentions of @aaronrankin between September 3rd and today. -- Twitter developer

[twitter-dev] Re: statuses/retweets_of_me returning statuses that haven't been retweeted

2010-11-04 Thread Aaron Rankin
wrote: The retweet_count and retweeted fields are not yet 100% functional. Taylor On Wed, Oct 6, 2010 at 2:01 PM, Aaron Rankin aran...@sproutsocial.comwrote: I'm seeing a lot of statuses coming back from statuses/retweets_of_me with retweet_count set to 0 or null and retweeted set

[twitter-dev] statuses/retweets_of_me returning statuses that haven't been retweeted

2010-10-06 Thread Aaron Rankin
I'm seeing a lot of statuses coming back from statuses/retweets_of_me with retweet_count set to 0 or null and retweeted set to false. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] 401s from http://stream.twitter.com/statuses/filter

2010-09-16 Thread Aaron Rankin
I'm seeing plenty of 401s returned from the http://stream.twitter.com/statuses/filter endpoint. This is still supporting basic auth, correct? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] Bad characters in statuses/home_timeline JSON

2010-09-03 Thread Aaron Rankin
In some tweets, I'm seeing non-UTF8 characters being returned which breaks the JSON. I notice it after contributors_enabled in the user object. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] Re: Streaming API OAuth explanation?

2010-05-24 Thread Aaron Rankin
Hi, Is there an ETA for enabling oauth on stream.twitter.com? Thanks, Aaron On May 13, 1:11 pm, John Kalucki j...@twitter.com wrote: OAuthis not enabled on stream.twitter.com. You can try on chirpstream.twitter.com. On Thu, May 13, 2010 at 10:53 AM, Lucas Vickers lucasvick...@gmail.com

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

2010-05-12 Thread Aaron Rankin
FWIW, our application has been experiencing these same issues for several weeks now. I've seen repeated overcapacity errors being returned (the too many tweets HTML page) on both GET and POST requests. I don't have specifics on likely times of the day, though US Central nighttime seems much less

[twitter-dev] /statuses/friends requiring auth for non-protected user

2010-04-21 Thread Aaron Rankin
I'm seeing /statuses/friends require authentication for multiple non- protected users. Meanwhile, /statuses/followers is returning statuses for the same users. {request:/1/statuses/friends.json,error:This method requires authentication.} -- Subscription settings:

[twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-03-30 Thread Aaron Rankin
Taylor, We too rely heavily on the sequential, increasing nature of standard tweet and DM IDs. Are both are in scope here? While it is straightforward to can change code to sort and compare on dates, this will be a major undertaking for our application. I suspect many other applications are in

[twitter-dev] Re: API speed is kicking ass lately...

2010-01-15 Thread Aaron Rankin
Yeah, in talking w/ @raffi on the API team, I learned that simply by using the api.twitter.com URL when calling REST methods instead of the legacy format of using just twitter.com, you're using a separate and better hardware base. Hence, the chance for faster speeds. The twitter.com REST methods

[twitter-dev] Search API suddenly stopped returning results for the same query

2010-01-08 Thread Aaron Rankin
Is anyone else seeing the Search API not returning results that it had been returning recently? For example, this query returned results consistently this morning and then recently stopped: http://search.twitter.com/search.json...@aaronrankinpage=1rpp=100since_id=7452902654 It works without the

[twitter-dev] Re: Private list statuses are missing many tweets

2010-01-05 Thread Aaron Rankin
at 6:03 PM, Aaron Rankin aran...@gmail.com wrote: I have a private list and both on twitter.com and via GET list / statuses, many tweets are missing. I confirmed this behavior by comparing the most recent tweets of several users to their public timelines. -- Marcel Molina Twitter

[twitter-dev] Private list statuses are missing many tweets

2010-01-04 Thread Aaron Rankin
I have a private list and both on twitter.com and via GET list / statuses, many tweets are missing. I confirmed this behavior by comparing the most recent tweets of several users to their public timelines.

[twitter-dev] Re: oAuth Authenticate vs. Authorize (force_login)

2009-12-29 Thread Aaron Rankin
Does authenticate actually authorize the app to perform operations on behalf of the user? My understanding is the user must first authorize the app and then the app can send them through authenticate in the future as a login check. If the user never approves the app in an authorize operation, I

[twitter-dev] Statuses Followers and Statuses Friends not returning correct order

2009-12-05 Thread Aaron Rankin
Both of these methods are documented as returning people in the order that the followed or were followed, starting with the most recent. But, they aren't ordering them this way, and instead are ordering them in some distinguishable manner.

[twitter-dev] Re: Search calls ever moving into REST API?

2009-09-28 Thread Aaron Rankin
the same results? -John Kaluckihttp://twitter.com/jkalucki Services, Twitter Inc. On Sep 23, 8:41 am, Aaron Rankin aran...@gmail.com wrote: I've seen talk of movingSearchAPIcalls into theRESTAPIfor a while now. Twitter, are there any plans or dates that you can discuss yet? Is this still

[twitter-dev] Search calls ever moving into REST API?

2009-09-23 Thread Aaron Rankin
I've seen talk of moving Search API calls into the REST API for a while now. Twitter, are there any plans or dates that you can discuss yet? Is this still planned at all? This will be very useful to my application because of REST's account- based rate limiting. I'm constantly being Search rate

[twitter-dev] Re: How to list followers, including icons and usernames?

2009-06-29 Thread Aaron Rankin
It looks like status/followers gets you part of the way there. First, some questions for Twitter: 1) Does status/followers return statuses for distinct users? E.g., if one of my followers has changed their status twice in the past minute, will this method return the latest or both? 2) For every