How to Implement Twitter API on my site

2008-12-31 Thread Shyam
Hi Friends, Can you please suggest how can we call API to add twitt. regards Shyam

Re: How to Implement Twitter API on my site

2008-12-31 Thread Cameron Kaiser
> Can you please suggest how can we call API to add twitt. If you're looking for a basic primer on the API, look at http://apiwiki.twitter.com/ -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ck

What is the proper way to query the avatar?

2008-12-31 Thread krumlr
What is the proper way to query the avatar of a twitter user from the api?

Re: What is the proper way to query the avatar?

2008-12-31 Thread Cameron Kaiser
> What is the proper way to query the avatar of a twitter user from the > api? You can use the users/show method and look at the profile_image_url. -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...

Re: how can I get my @replies?

2008-12-31 Thread Shannon Whitley
I second that. On Dec 29, 9:06 pm, pnoeric wrote: > thanks Alex and BTW, thanks also for being such an active > participant here! I think a big piece of why the API is so successful > is the support you (and the other members of the twitter dev > community) provide here. > > best > E > > On

Re: Search near returning incomplete results

2008-12-31 Thread Matt Sanford
Hi there, Your query looks correct, but there seems to be an issue with the Geocoding. For some very general locations the geocoding is very imprecise. Using a country name ("Costa Rica" in this case) is so general that the geocoding service has trouble figuring out the distances. If

Re: Search via Proxy question/error

2008-12-31 Thread Matt Sanford
Hi Steve, I did some simple process of elimination debugging and removed headers one by one. If you remove the Client-ip header everything works correctly. It looks like our apache configuration is rejecting that, I'll ask operations to take a look. Thanks; — Matt Sanford / @mzsanf

multiple @'s reach replies inbox

2008-12-31 Thread Peter Denton
Hello, Just curious if the twitter system will eventually deliver multiple @'s in a single status to all those @'d. As I understand it now, it delivers the first @, IF it is the first string in the status, and all other @'s wont reach a reply inbox. Do you plan to change it? Peter

Re: multiple @'s reach replies inbox

2008-12-31 Thread Alex Payne
We've considered changing it such that any mentions of a user's screen_name are delivered to the reply timeline. We'll let you know if we do. On Wed, Dec 31, 2008 at 09:47, Peter Denton wrote: > Hello, > Just curious if the twitter system will eventually deliver multiple @'s in a > single statu

Re: multiple @'s reach replies inbox

2008-12-31 Thread Peter Denton
Honestly, I think its a very good idea, as when you have businesses blasting, you don't want them to individual sends, as it will make the timeline look spam-centric, whereas multiple mentions looks nice. On Wed, Dec 31, 2008 at 11:08 AM, Alex Payne wrote: > > We've considered changing it such t

Re: multiple @'s reach replies inbox

2008-12-31 Thread Chad Etzel
Agree++; I think any mentions should be delivered somehow... either to "Replies" tab or a new "Mentions" tab or something. One can search for their username on search.twitter (or tweetgrid :D), but i bet most people miss their mentions because it doesn't occur to them do so... -chad On Wed, Dec

Re: Search via Proxy question/error

2008-12-31 Thread Steve Brunton
On Wed, Dec 31, 2008 at 12:09 PM, Matt Sanford wrote: > >I did some simple process of elimination debugging and removed headers > one by one. If you remove the Client-ip header everything works correctly. > It looks like our apache configuration is rejecting that, I'll ask > operations to tak