[twitter-dev] Hugeurl

2010-12-16 Thread _ado
in advance, @_ado -- 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 this group: http://groups.google.com/group

[twitter-dev] Re: include_entities option for search API

2010-11-25 Thread _ado
*bump* This would be a really useful feature to have as it would allow tighter integration with the other API calls. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] include_entities option for search API

2010-11-11 Thread _ado
First of all, thanks so much for the work on the Twitter API. It's a great tool. I was wondering what the timetable was for supporting include_entities in search API. Right now, when I search for, e.g. news.com.au, I'd be getting a hit on a tweet with http://bit.ly/aLoB4i;, which in turn resolves

[twitter-dev] 401 for /1/favorites/create/ID.xml?include_entities=true

2010-10-28 Thread _ado
Creating and destroying favorites has always worked well in my iPhone Twitter client, but recently I'm getting a 401 for those calls. I'm making a POST request to https://api.twitter.com/1/favorites/create/ID.xml?include_entities=true (where ID is obviously the tweet's ID) using XAuth for

[twitter-dev] Re: 401 for /1/favorites/create/ID.xml?include_entities=true

2010-10-28 Thread _ado
Ignore this, it was a fault at my side. I wasn't sending include_entities=true as POST data. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Querying Streaming API filter with partial link phrase

2010-10-28 Thread _ado
I can make a query to http://search.twitter.com/search?q=news.com and it matches keywords as well as links (including shortened links). I am not able to do that with Streaming API's filter method. That ignores link matches. Is there a different streaming method I can use or should I just stick to

[twitter-dev] Re: Search with geocode does not respect search radius?

2010-10-05 Thread _ado
For what it's worth, I'm seeing the same issue. Radius parameter is completely ignored. Data returned for, for example, a 1 mile radius will return results spanning 60 miles. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Tweet entities in other api calls

2010-07-27 Thread _ado
Tweet entities are currently only shown for timeline api calls. Will it be available soon for all API calls returning tweet data?

[twitter-dev] What's are the rights regarding the verified icon?

2010-07-27 Thread _ado
Is it ok to use http://s.twimg.com/a/1280169527/images/verified/verified.png in 3rd party apps or do we need to design different looking icons? I can't find anything in the help pages about it.

[twitter-dev] Incorrect favorited value for home_timeline

2010-03-11 Thread _ado
I queried home_timeline and got an incorrect favorited status for a retweet. The tweet in question was not favorited at all by me. The call to home_timeline was authenticated, so according to the api docs on favorited (boolean indicating if a status has been marked as a favorite by the

[twitter-dev] Search user API broken?

2010-02-25 Thread _ado
Haven't been able to make a call like 'http://api.twitter.com/1/users/ search.xml?q=ev' today. Getting HTML error page.

[twitter-dev] Re: Suggestion: Return API responses in same set of formats

2010-02-25 Thread _ado
and Atom for the timeline calls as those could be read from a browser or a feed reader as well. On Tue, Jan 26, 2010 at 11:29 PM, _ado adri...@tijsseling.com wrote: Some API calls return only XML, some both XML and JSON, some only JSON, etc. Could it please be possible to return XML, JSON, Atom

[twitter-dev] Suggestion: Return API responses in same set of formats

2010-01-27 Thread _ado
Some API calls return only XML, some both XML and JSON, some only JSON, etc. Could it please be possible to return XML, JSON, Atom (and RSS) and let user choose the format? Just like it's done with statuses/ user_timeline