Re: API versus Live Site discrepancy

2008-12-17 Thread Yu-Shan Fung
Was this change deployed? I'm still getting user profiles for suspended users. An example: mlmsecrets2009 http://twitter.com/mlmsecrets2009 http://twitter.com/users/show/mlmsecrets2009.xml http://twitter.com/users/show/mlmsecrets2009.json Thanks! On Fri, Dec 5, 2008 at 10:47 AM, Alex Payne wrot

Re: Location information in the Tweet without doing an Advanced Search

2008-12-17 Thread h0h0h0
Thanks Matt! I will add the issue to the list. Are you saying that the main API has location information in the statuses? On Dec 16, 11:06 am, Matt Sanford wrote: > Hi Shaun, > >      We launched the location change along with some other changes and   > ran into some pretty serious performanc

Re: Displaying @replies or direct messages on a webpage in PHP or HTML

2008-12-17 Thread fastest963
Working example: http://twittertrend.net/searchtw.php?q=fastest963 q={query} On Dec 17, 8:40 pm, fastest963 wrote: > >In the meantime, is there an example of JSON search API code? > > http://pastie.textmate.org/private/yzqfdabfwltlwzbuzwdmkg > > I have tested with a few queries. Any changes anyo

Re: Displaying @replies or direct messages on a webpage in PHP or HTML

2008-12-17 Thread fastest963
>In the meantime, is there an example of JSON search API code? http://pastie.textmate.org/private/yzqfdabfwltlwzbuzwdmkg I have tested with a few queries. Any changes anyone else?

Re: Displaying @replies or direct messages on a webpage in PHP or HTML

2008-12-17 Thread fastest963
>In the meantime, is there an example of JSON search API code? http://apiwiki.twitter.com/Search+API+Documentation http://www.twitter2html.com/ Regarding the Search API, I will write a simple script and reply with the url.

Re: Using php api to send @replies to specific messages

2008-12-17 Thread fastest963
>For direct messages I don't think it is possible to use in_reply_to_status_id >since it is a completely different id system. That would not be possible as Twitter has no relation between the two systems. You can append the id number of the tweet in your DM though like d username #1063925739 or l

Re: API Changes for Dec 17, 2008

2008-12-17 Thread fastest963
For 183: Umm, i would prefer on public_timeline, firehose, Data mining and status/show? I collect the timezones (as you know for TwitterTrend) and as of now I have to collect the UserID then get the user/show timeline only for the "time zone" field, which hurts my end and gives you more load. For

Re: Using php api to send @replies to specific messages

2008-12-17 Thread Abraham Williams
For status updates (http://apiwiki.twitter.com/REST+API+Documentation#update) just set in_reply_to_status_id equal to the id of the status you are replying to the same way status is set. For direct messages I don't think it is possible to use in_reply_to_status_id since it is a completely differen

Re: API Changes for Dec 17, 2008

2008-12-17 Thread Alex Payne
Oh! That could probably also happen this week. Do you need those attributes on all responses, or just on extended responses (as from /users/show)? On Wed, Dec 17, 2008 at 15:04, fastest963 wrote: > > Sorry, I forgot you gave that to stevef, I meant 183 :) My bad... > -- Alex Payne - API Le

Re: Using php api to send @replies to specific messages

2008-12-17 Thread Joe Quinlan
You could do both. But I'm unsure whether you can specify it to a post. 2008/12/17 Brian Gilham > > Wouldn't you just use "d username"? > -Original Message- > From: c_mcintosh > > Date: Wed, 17 Dec 2008 14:20:36 > To: Twitter Development Talk > Subject: Using php api to send @replies to

Re: API Changes for Dec 17, 2008

2008-12-17 Thread fastest963
Sorry, I forgot you gave that to stevef, I meant 183 :) My bad...

Re: API Changes for Dec 17, 2008

2008-12-17 Thread Alex Payne
Steve should have some time to work that this week, I think. On Wed, Dec 17, 2008 at 15:02, fastest963 wrote: > > :) Sweet! When can I expect > http://code.google.com/p/twitter-api/issues/detail?id=180 to be > fixed? > Its really killing my site right now :( > -- Alex Payne - API Lead, Twitt

Re: API Changes for Dec 17, 2008

2008-12-17 Thread fastest963
:) Sweet! When can I expect http://code.google.com/p/twitter-api/issues/detail?id=180 to be fixed? Its really killing my site right now :(

Re: Using php api to send @replies to specific messages

2008-12-17 Thread Brian Gilham
Should you not be able to send your own in_response_to_status_id value along with the update? -Original Message- From: "Chad Etzel" Date: Wed, 17 Dec 2008 17:54:07 To: Subject: Re: Using php api to send @replies to specific messages I think Chris is referring to the in_reply_to_statu

Re: Using php api to send @replies to specific messages

2008-12-17 Thread Brian Gilham
Ah, of course. I misread. -Original Message- From: "Chad Etzel" Date: Wed, 17 Dec 2008 17:54:07 To: Subject: Re: Using php api to send @replies to specific messages I think Chris is referring to the in_reply_to_status_id and in_reply_to parameters? I have not implemented their use i

API Changes for Dec 17, 2008

2008-12-17 Thread Alex Payne
Fix: the profile_background_image_url and profile_background_tile attributes weren't always present in extended User objects (ex: from /users/show) Fix: passing a callback parameter will no longer result in a 200 response code, as it was breaking some applications. Please use suppress_response_c

Re: Using php api to send @replies to specific messages

2008-12-17 Thread Chad Etzel
I think Chris is referring to the in_reply_to_status_id and in_reply_to parameters? I have not implemented their use in any of my code yet, but perhaps someone on here can elaborate as to their use in their code? -Chad On Wed, Dec 17, 2008 at 5:49 PM, Brian Gilham wrote: > > Wouldn't you just u

Re: Using php api to send @replies to specific messages

2008-12-17 Thread Brian Gilham
Wouldn't you just use "d username"? -Original Message- From: c_mcintosh Date: Wed, 17 Dec 2008 14:20:36 To: Twitter Development Talk Subject: Using php api to send @replies to specific messages I am trying to find out how to send an @reply to a specific tweet. I have seen how to do

Using php api to send @replies to specific messages

2008-12-17 Thread c_mcintosh
I am trying to find out how to send an @reply to a specific tweet. I have seen how to do a @reply to a user by sending the @username at the beginning of the message, but cannot find any documentation for doing so for a message. Thanks, Chris

Re: Will this break your app? Chime in!

2008-12-17 Thread Alex Payne
That's reasonable. Happy to delay it. On Wed, Dec 17, 2008 at 11:38, Hayes Davis wrote: > This will break my app. Personally I'd like to see it wait until after the > holidays as I think everyone that's used this method has worked around its > return value. The day after Christmas isn't a great

Re: Displaying @replies or direct messages on a webpage in PHP or HTML

2008-12-17 Thread Ed Finkler
That's a pretty wide-ranging question. You'll unlikely be happy with the customizability of widgets if you are just plugging in code. Since you mention PHP, bone up on something like the curl extension and functions for PHP and how to do remote calls to the API. All the Twitter-side docs are there

Re: Displaying @replies or direct messages on a webpage in PHP or HTML

2008-12-17 Thread joeyissoc...@googlemail.com
I will continue to look into your script as I do take your word for it. In the meantime, is there an example of JSON search API code? Thanks On 17 Dec, 21:48, "Chad Etzel" wrote: > I promise I'm not trying to plug my widget gratuitously, but it does offer > full customization of styling and sou

Re: Displaying @replies or direct messages on a webpage in PHP or HTML

2008-12-17 Thread Chad Etzel
I promise I'm not trying to plug my widget gratuitously, but it does offer full customization of styling and sounds like it would fill your need... If you are sure that it doesn't, then that's fine. If you are trying to pull tweets and store them per post or something, then you will need some spec

Re: Displaying @replies or direct messages on a webpage in PHP or HTML

2008-12-17 Thread joeyissoc...@googlemail.com
Well I need it to fit in with my wordpress site. www.magic3.co.uk It needs to match the theme and fill a standard page. Should be neat and simple. I'm basically trying to get a commenting system going. If one of our clients decides they want to give a suggestion or a comment they can do so via Twi

Re: Displaying @replies or direct messages on a webpage in PHP or HTML

2008-12-17 Thread Chad Etzel
Ah, ok. If you could be a bit more specific about how you are trying to customize it to fit your site, we could probably point you in the right direction... -Chad On Wed, Dec 17, 2008 at 4:10 PM, joeyissoc...@googlemail.com < joeyissoc...@googlemail.com> wrote: > > Thank you for that, very nice.

Re: Displaying @replies or direct messages on a webpage in PHP or HTML

2008-12-17 Thread joeyissoc...@googlemail.com
Thank you for that, very nice. Only problem is that I need to customise it to fit into my site. Thanks though, Joey. On 17 Dec, 21:04, "Chad Etzel" wrote: > If you're just looking for a widget or something to drop into a webpage, you > can use my widget here:http://twitterwidget.jazzychad.com/t

Re: Displaying @replies or direct messages on a webpage in PHP or HTML

2008-12-17 Thread Chad Etzel
If you're just looking for a widget or something to drop into a webpage, you can use my widget here: http://twitterwidget.jazzychad.com/tw/ just setup the search parameter to be whatever you need it to be... -Chad On Wed, Dec 17, 2008 at 3:47 PM, joeyissoc...@googlemail.com < joeyissoc...@google

Displaying @replies or direct messages on a webpage in PHP or HTML

2008-12-17 Thread joeyissoc...@googlemail.com
Is there any coding I could use to display (say the latest 10) @replies or direct messages on a PHP or HTML webpage? Some examples of this are Foamee and Kvetch! Any help would be appreciated, Thanks :)

Re: Will this break your app? Chime in!

2008-12-17 Thread Hayes Davis
This will break my app. Personally I'd like to see it wait until after the holidays as I think everyone that's used this method has worked around its return value. The day after Christmas isn't a great time to be dealing with API changes. Glad to see the change though. I'm looking forward to gettin

Re: problem returning a public status

2008-12-17 Thread Ninjamonk
Awesome thanks Alex. On Dec 17, 7:33 pm, "Alex Payne" wrote: > I'll approve it today.  We had a bug in the approval emails yesterday > so I'm a day behind. > > > > On Wed, Dec 17, 2008 at 11:28, Ninjamonk wrote: > > > Any chance anyone from twitter can look at this? I am chomping at the > > bit

Re: problem returning a public status

2008-12-17 Thread Alex Payne
I'll approve it today. We had a bug in the approval emails yesterday so I'm a day behind. On Wed, Dec 17, 2008 at 11:28, Ninjamonk wrote: > > Any chance anyone from twitter can look at this? I am chomping at the > bit to get this moving as I have a big update in the works. > > Kind Regards > >

Re: problem returning a public status

2008-12-17 Thread Ninjamonk
Any chance anyone from twitter can look at this? I am chomping at the bit to get this moving as I have a big update in the works. Kind Regards Darren On Dec 16, 7:10 pm, Ninjamonk wrote: > thanks Mark, its a real show stopper :) > > On Dec 16, 2:17 pm, "Mark Ng" wrote: > > > 2008/12/16 Ninjam

Re: Requesting Twitter source code..

2008-12-17 Thread Alex Payne
I approved your request yesterday. Please send a parameter named "source" with a value of "bnoheadquarters" when you POST new statuses to Twitter. Thanks! On Wed, Dec 17, 2008 at 10:36, bnonews wrote: > > Hi, > > I'm the founder of BreakingNewsOn and we have recently created a > script that ca

Re: Following limits - again.

2008-12-17 Thread Alex Payne
Please definitely follow up with Twitter Support - this isn't an API-related issue, though it's certainly frustrating! Hope they get it sorted out for you. On Wed, Dec 17, 2008 at 06:06, Lianne wrote: > > Hi there, > I hope someone can help me out with this. I run the officialPETA > account fo

Re: Following limits - again.

2008-12-17 Thread Cameron Kaiser
> I'm not sure if this is an API issue, but you might want to start by > filing a bug here: http://code.google.com/p/twitter-api/issues/entry Actually, I would NOT recommend that. I don't speak or work for Twitter, but as far as I can tell, that is specifically intended for API issues and this is

Re: Following limits - again.

2008-12-17 Thread Aditya
I'm not sure if this is an API issue, but you might want to start by filing a bug here: http://code.google.com/p/twitter-api/issues/entry I think Twitter should just make a form (so that people can apply) for these special considerations, and just be a little stricter (compared to how they are wit

Re: Following limits - again.

2008-12-17 Thread Ed Finkler
This is definitely something you'd have to work with Twitter Support on -- this list is just for discussion of application development. Sorry to hear of your troubles tho. -- Ed Finkler http://funkatron.com AIM: funka7ron ICQ: 3922133 Skype: funka7ron On Wed, Dec 17, 2008 at 9:06 AM, Lianne wr

Following limits - again.

2008-12-17 Thread Lianne
Hi there, I hope someone can help me out with this. I run the officialPETA account for People for the Ethical Treatment of Animals, and we reached a following limit of 2,000 a few months ago. I sent a request to Twitter Support asking to have the limit removed, and they wrote back saying we woul

Re: 403 Error using .xml Update status with HTTPConnection Post in j2me..

2008-12-17 Thread Matt Sanford
Hi Scott, That encodedPostData data looks like Bas64 encoding. x-www-form- urlencoded should be URL encoded only (which postData is, since it has no spaces or other characters). As for the Content-Type and Content- Length you're seeing, I believe those are the return headers and they seem cor