[twitter-dev] Re: Twitter Bulk User Lookup API returning information about unknown users while missing valid users!!

2010-10-11 Thread ashish_0x90
[SOLED] tks for noticing, but the problem has been solved. Twitter was just returning user information for screen_names with the corresponding screen_name changed to CORRECT Case if it' s wrong in the original request. So from the pastebin page - http://pastebin.com/VDT7xuCV print

[twitter-dev] Re: How is the newTwitter getting Replies to this Tweet?

2010-10-11 Thread artesea
Will there been anything in the tweet payload to let us know that it has replies, or will we need to make requests to the related_results just to find out? Sort of thing I was thinking was in the timeline you have a tweet along the lines of Dear lazy web, where's the best place to go for pizza in

[twitter-dev] Response format details?

2010-10-11 Thread Colin Howe
Hi, I can't find any documentation on the response format for anything that returns tweets. E.g. http://dev.twitter.com/doc/get/statuses/mentions Is there any documentation of what the response looks like and what each field means? Specifically, I'm looking for information on when

[twitter-dev] tweet button and dynamic content

2010-10-11 Thread Mikael Nilsson
I'm using the tweet button on a page where the main content can be reloaded via Ajax, meaning I need to reparse the HTML for the twitter link tags in order to generate the buttons. With Facebook, I can do FB.XFBML.parse() after loading new content. Is there an equivalent with the Twitter JS API?

[twitter-dev] Incorrect Signature

2010-10-11 Thread Quasimodo
Working on just a simple update/status problem. I'm using the PEAR Services_Twitter object. I keep getting incorrect signature. I'm not sure if my headers are correct. Here is my header string: POST /1/statuses/update.json HTTP/1.1 User-Agent: HTTP_Request2/0.5.2 (http://pear.php.net/package/

[twitter-dev] Re: location based search and user location field

2010-10-11 Thread bella
I'm also very interested if there is an update on this. For me, it doesn't matter whether there is a q parameter or not. If the geocode pararemter is used, only geotagged tweets are returned. http://search.twitter.com/search.json?geocode=-35.28204%2C149.12858%2C50.0km I get the same result when

[twitter-dev] Posting a Status with already Geocoded Location

2010-10-11 Thread jwalton
I can successfully post a Status Tweet, with a Lat/Long location. That shows typically as the message followed by from here link. However I already have the full title and address details of the location, and would like to be able to post that as well, so that the message shown on Twitter would

[twitter-dev] Tweet Problem

2010-10-11 Thread Oppps
Hi i use Twitter Api in C# and send tweet not login to twitter. I authenticationed my account at Reqister an Aplication page. So i am really curious about a topic.Can i see someone's tweets who is not my friend on Twitter? And that user's profile will be private -- Twitter developer

Re: [twitter-dev] Response format details?

2010-10-11 Thread Thomas Mango
Hey, Colin. An easy way to test API calls and see their response is by using the console (you need an app registered): http://dev.twitter.com/console Or by getting a copy of twurl to use locally: http://github.com/marcel/twurl Colin Howe wrote: Hi, I can't find any documentation on the

Re: [twitter-dev] Response format details?

2010-10-11 Thread Taylor Singletary
in_reply_to_status_id is populated when a tweet is a reply to another tweet. The status_id in this context refers to the tweet being replied to. For this field to be populated, the reply tweet also must begin with the @username of the user being replied to. A @reply in XML:

Re: [twitter-dev] Tweet Problem

2010-10-11 Thread Taylor Singletary
Not sure if I totally understand your question. An application acting on a user's behalf can read the tweets of a private (protected) user via the API, if authenticated as a user who has been allowed to follow the protected user. Taylor On Mon, Oct 11, 2010 at 1:30 AM, Oppps

Re: [twitter-dev] Posting a Status with already Geocoded Location

2010-10-11 Thread Taylor Singletary
Hi there, We're working on a longer guide to working with Places and Geo... in the meantime, here are the major pieces you need to know: Finding places before creating them: * Geo/Place search: http://dev.twitter.com/doc/get/geo/search * Similar Places Places:

Re: [twitter-dev] API Erros - Connection reset by peer

2010-10-11 Thread Taylor Singletary
Hi Tiago, You may have been blacklisted, likely for (highly) repeated requests to a resource that was throwing you errors -- like account/verify_credentials with credentials that aren't valid. In this situation, you'll want to follow up with our API support team by writing to a...@twitter.com

[twitter-dev] Search Home Time Line

2010-10-11 Thread João Paulo Sabino de Moraes
Hi Folks, I'd like to know if is it already possible to search tweets in the authenticated user home time line by a search query. Thanks -- João Paulo S. de Moraes +55 81 3432 3804 +55 81 9189 3814 (mobile) -- Twitter developer documentation and resources: http://dev.twitter.com/doc API

Re: [twitter-dev] Search Home Time Line

2010-10-11 Thread Taylor Singletary
At this time, there is no way to accomplish this directly via the API. Instead, you would collect tweets that would appear on home_timeline (either by REST or a User/Site Stream), then apply searching strategies against the tweets you have consumed and indexed. Taylor 2010/10/11 João Paulo

[twitter-dev] Specifying inline media in #newtwitter

2010-10-11 Thread hotlou
After looking through these forums, the twitter dev wiki documentation, and elsewhere, it doesn't appear that there's a way to specify the media that gets displayed inline on #newtwitter. For embedding video for Facebook share, you include this ( other) meta tag to specify the media that is

Re: [twitter-dev] Specifying inline media in #newtwitter

2010-10-11 Thread Taylor Singletary
Right now, there's no self-service means to be embedded in #newtwitter. If you're interested in getting your content onto #newtwitter, please send a message to contentpartnersh...@twitter.com Thanks, Taylor On Mon, Oct 11, 2010 at 9:16 AM, hotlou hot...@gmail.com wrote: After looking through

[twitter-dev] Re: Woe is me, I can't seek what I find (or Search is failing me)

2010-10-11 Thread @IDisposable
The Location search has been VERY unstable, and uses this typical search:http://search.twitter.com/search.atom?rpp=100geocode=38.627522%2C-90... It's getting worse all the time! Is this what we can expect going forward? If so, how can I follow all 20+ people we used to get tweets from on

Re: [twitter-dev] Posting a Status with already Geocoded Location

2010-10-11 Thread M. Edward (Ed) Borasky
OK - you've got an API call to read places and one to create them. How about update and delete, eh? Typos suck, businesses move, people get pranked, etc. ;-) -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into

[twitter-dev] Re: Is it possible to search with wildcard in streaming api?

2010-10-11 Thread Damon C
Nope, not possible. Streaming API tokenizes on space and punctuation. So you'll have to come up with the variants and provide those. Damon On Oct 10, 6:28 am, D. Smith emai...@sharedlog.com wrote: For example I want is to search for words that have 'truck' in it and want to get all tweets that

[twitter-dev] Twitter API Write Only Authorization

2010-10-11 Thread Markanday Singh
Few APPs uses twitter API only for 2 reasons, 1-Authenticate user and get their User Info (A READ) 2-Occasionally Tweet On behalf of them (A WRITE) Just bring a category where an app is allowed to Authenticate user and tweet on behalf of them, This will bring trust among its users that their

[twitter-dev] Re: Twitter API Write Only Authorization

2010-10-11 Thread Markanday Singh
Or may be full itemized authorization !! On Oct 11, 11:46 pm, Markanday Singh mark.d...@gmail.com wrote: Few APPs uses twitter API only for 2 reasons, 1-Authenticate user and get their User Info (A READ) 2-Occasionally Tweet On behalf of them (A WRITE) Just bring a category where an app is

Re: [twitter-dev] Re: Twitter API Write Only Authorization

2010-10-11 Thread Tom van der Woerdt
OAuth 2.0 allows a scope parameter. Twitter has plans for OAuth 2.0, so I'd assume that they will include this parameter in their OAuth 2.0 update. Just don't count on it anytime soon. Tom On 10/11/10 8:53 PM, Markanday Singh wrote: Or may be full itemized authorization !! On Oct 11, 11:46

Re: [twitter-dev] Re: Is it possible to search with wildcard in streaming api?

2010-10-11 Thread M. Edward (Ed) Borasky
Speaking of Streaming tokenization, what's the latest on non-space-separated languages and right-to-left languages? -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting Damon C

Re: [twitter-dev] Re: Is it possible to search with wildcard in streaming api?

2010-10-11 Thread Mark McBride
Nothing new to say on that front. It's expensive, and not something we're comfortable injecting into real-time stream processing yet.    ---Mark http://twitter.com/mccv On Mon, Oct 11, 2010 at 11:59 AM, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: Speaking of Streaming

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

2010-10-11 Thread themattharris
Thanks for filing the ticket on this, we'll post there when a fix is deployed. Progress wise I checked in with the team today and they continue to work on a fix. To keep things connected there is another thread that was discussing the issue with geocoded search here:

[twitter-dev] Re: Woe is me, I can't seek what I find (or Search is failing me)

2010-10-11 Thread themattharris
Thanks for publishing this information. There is another thread discussing the issue with the Geocode search not respecting the radius of a search here: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/a80db3eff77a88fe From that thread ticket 1930 was filed on our

Re: [twitter-dev] Re: location based search and user location field

2010-10-11 Thread Matt Harris
There is a ticket now tracking this issue in our public issue tracker and we'll post there when a fix is deployed. The URL for the ticket is: http://code.google.com/p/twitter-api/issues/detail?id=1930 Thanks for bearing with us whilst we track down what happened to the radius and get a fix

Re: [twitter-dev] Search Home Time Line

2010-10-11 Thread João Paulo Sabino de Moraes
Thanks for replying So, is there a limit of home time line tweets that can be got ? thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Search Home Time Line

2010-10-11 Thread Thomas Mango
The home_timeline API method returns up to 800 statuses: http://dev.twitter.com/doc/get/statuses/home_timeline João Paulo Sabino de Moraes wrote: Thanks for replying So, is there a limit of home time line tweets that can be got ? thanks -- Twitter developer documentation and resources:

[twitter-dev] No of statuses extracted by statuses/filter

2010-10-11 Thread AA
Hi everybody! I'm designing an app to do some mining over a corpus of tweets. I think I'll use streaming api, statuses/filter filtering by keywords. I'd like to know, before starting development, what is the percentage of tweets delivered by this stream over the total tweets ('meaning total

Re: [twitter-dev] No of statuses extracted by statuses/filter

2010-10-11 Thread M. Edward (Ed) Borasky
Quoting AA alejandro.ale...@gmail.com: Hi everybody! I'm designing an app to do some mining over a corpus of tweets. I think I'll use streaming api, statuses/filter filtering by keywords. I'd like to know, before starting development, what is the percentage of tweets delivered by this stream

[twitter-dev] Re: Woe is me, I can't seek what I find (or Search is failing me)

2010-10-11 Thread @IDisposable
From that thread ticket 1930 was filed on our issue tracker which we will update when a fix is deployed:    http://code.google.com/p/twitter-api/issues/detail?id=1930 Excellent, I hope it gets fixed while there is still time to back-fill some of this data,,,otherwise we're going to have a

[twitter-dev] Re: Getting a Twitter User's Profile Image

2010-10-11 Thread gabrielu
So what's the right way to get user profile image? On Sep 30, 10:30 am, Tom van der Woerdt i...@tvdw.eu wrote: Every image you load using this method counts as 1 API request. So, yes, that's bad. Tom On 9/30/10 11:48 AM, Jayawi Perera wrote: Hi all, I have a page in which there

Re: [twitter-dev] Re: Getting a Twitter User's Profile Image

2010-10-11 Thread Taylor Singletary
My recommendations: If you just have a member id or screen name and want only the current profile image, use GET /users/profile_image to get the current URL as the return, then cache that value and use it as your image src. If you are interested in more information about the user than just the

[twitter-dev] Re: Getting a Twitter User's Profile Image

2010-10-11 Thread @IDisposable
So what's the right way to get user profile image? One option is to throw yourself at the mercy of someone tracking and caching those images. We've used Shannon Whitley (@swhitley) SPIURL as a backup source on other projects like http://tweet08.com http://www.voiceoftech.com/swhitley/?p=652

Re: [twitter-dev] Re: Getting a Twitter User's Profile Image

2010-10-11 Thread Peter Denton
Hi Gabrielu, I was going to add, you can always do something on the client for *one off *images. For example, here is a javascript function using jQuery to fetch user object. Keep in mind, rate limits are 150, so if you expect your visitors to go way over that, then this is a bad way to go, but

[twitter-dev] Re: Getting a Twitter User's Profile Image

2010-10-11 Thread gabrielu
Wow! Thank you all for the responses. That was fast. @Peter Denton I really appreciate your reply. It was very informative. I'm going to use that but with PHP to store the user's profile image URL. Thank you all again. -- Twitter developer documentation and resources:

Re: [twitter-dev] Re: Getting a Twitter User's Profile Image

2010-10-11 Thread Abraham Williams
You should consider using JavaScript to detect load errors on images and dynamically updating the src. If the image fails to load (which this one will because the filetype is pngx) the src is replaced with the redirect API URL. img

[twitter-dev] problem with since_id in search

2010-10-11 Thread João Paulo Sabino de Moraes
hi everyone, since_id is not filtering correctly with search... below there is an example that explains better what I mean: the id in this query is related to the second newer tweet from nibuzz search without since_id: http://search.twitter.com/search?q=nibuzzsince_id=2707390922