Re: [twitter-dev] Additional Delimiter

2010-03-14 Thread Ed Costello
this is the correct behavior or not. — -ed costello

Re: [twitter-dev] Additional Delimiter

2010-03-14 Thread Ed Costello
length in the responses). -- -ed costello

Re: [twitter-dev] Data rates from yesterday's meeting?

2010-03-03 Thread Ed Costello
Related question: is there any technical difference between http://stream.twitter.com/spritzer.json and http://stream.twitter.com/1/statuses/sample.json? spritzer.json is what one gets if you click on the link to sample.json in the firehose page on the wiki. -- -ed costello @epc / +13474080372

Re: [twitter-dev] Re: Developer Preview: upcoming geo features (a.k.a A place is not just a latitude and a longitude - it has a name)

2010-03-02 Thread Ed Costello
Calls to http://api.twitter.com/1/geo/id/7695dd2ec2f86f2b.xml return JSON, while appending any other extension (.html, .raffi, etc) return a 1 byte 403 error (0x20). Since XML isn't supported according to the wiki docs, maybe return 403 for .xml as well? -- -ed costello @epc / +13474080372

Re: [twitter-dev] Re: Global twitter profile image URL

2010-02-18 Thread Ed Costello
On Feb 18, 2010, at 10:18 AM, Dmitri Snytkine wrote: I agree that having gravatar-style service for twitter avatars will be tremendously useful! …or maybe twitter could just give users the option of displaying the gravatar matching their registered email address. -- -ed costello

Re: [twitter-dev] Is Twitter Search limited to past 7 days only?

2010-02-09 Thread Ed Costello
On Tue, Feb 9, 2010 at 3:31 PM, eco_bach bac...@gmail.com wrote: Is Twitter Search API limited to past 7 days only? Yes, search results are limited to seven days. See http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search -- -ed costello

Re: [twitter-dev] Source parameter request for mobile Twitter app ignored (and issues with Twitter's policy toward oAuth on mobile/desktop)

2010-02-02 Thread Ed Costello
to the experience, certainly. Find, document and demonstrate alternatives that are at least as good if not better than oAuth, fantastic. But continuing to beat up the API guys here is unlikely to win you support or alter twitter’s API to suit your business needs. -- -ed costello

Re: [twitter-dev] The remote server returned an error: (401) Unauthorized

2010-01-27 Thread Ed Costello
On Thu, Jan 28, 2010 at 12:51 AM, Jayster jehs...@yahoo.co.uk wrote: pry.Credentials = new NetworkCredential(usernamel, password,domain); What are the HTTP headers you’re transmitting to twitter? -- -ed costello

Re: [twitter-dev] Status update request returns incorrect tweet

2010-01-21 Thread Ed Costello
On Thu, Jan 21, 2010 at 11:27 AM, Chris Maguire chris.magu...@gmail.comwrote: I tested making the update call manually, and I got a similar result: The status we sent was not posted, but we were returned the information for their most recent tweet. How long is the tweet text? -- -ed

Re: [twitter-dev] Re: Sent URLs received incompletely if not urlencoded - how to fix?

2010-01-16 Thread Ed Costello
convert it to %26 otherwise it will appear to twitter as a variable on par with source, geo, status and in_reply_to_status_id. If you are not URL encoding the tweet then start doing so. -- -ed costello

Re: [twitter-dev] Re: Best way to pull/cache location based search results?

2010-01-11 Thread Ed Costello
consuming the firehose and doing the filtering on your end, it’s much less complex. Might also look at what gnip.com is providing, though they seem to be in the process of relaunching. -- -ed costello @epc / +13474080372

Re: [twitter-dev] extract all @replies for a user

2009-12-11 Thread Ed Costello
On Fri, Dec 11, 2009 at 18:19, Baron richar...@gmail.com wrote: possible to access all @replies for a user, or atleast more than 7 days worth? If you read a bit further on that page you’ll find: • results are limited to 7 days -- -ed costello

Re: [twitter-dev] Adding member to list does nothing

2009-12-07 Thread Ed Costello
6444795764 does not appear to be a valid twitter user id / id number, nor does 2074698. The only list you appear to have is my-uber-peeps with id 2074438. So, try using a valid user id number and correct the list id to 2074438 and see if that works. -- -ed costello @epc / +13474080372

Re: [twitter-dev] Re: After a re-retweet, I don't get an error, I successfully retweeted some random Turkish guy instead.

2009-12-03 Thread Ed Costello
This sounds like issue 1209 http://code.google.com/p/twitter-api/issues/detail?id=1209 Twitter: could someone take a quick look at that issue? Some of the tweets coming back in error are protected tweets which the authenticating user shouldn't have access to. -- -ed costello @epc / +13474080372

Re: [twitter-dev] Re: After a re-retweet, I don't get an error, I successfully retweeted some random Turkish guy instead.

2009-12-03 Thread Ed Costello
On Thu, Dec 3, 2009 at 14:29, Mark McBride mmcbr...@twitter.com wrote: The problem has been identified, we should have a fix out today Fantastic, thanks! -- -ed costello @epc / +13474080372

Re: [twitter-dev] reset-seconds in Twitter API

2009-12-01 Thread Ed Costello
On Tue, Dec 1, 2009 at 20:07, Quy quyten...@gmail.com wrote: How do I interpret that? I ping it again but this number doesn't seem to change. I believe it's the unix epoch, 1259717740 is/was Wed Dec 2 01:35:40 GMT 2009. That's the time when your rate limit will reset. -- -ed costello @epc

[twitter-dev] Re: submit a TWITTER profile-picture via CURL from within a PERL scripts

2009-10-22 Thread Ed Costello
You need to force curl to drop the Expect: header: curl -u userid:password -H Expect: -F ima...@01.png http://twitter.com/account/update_profile_image.xml -- -ed costello

[twitter-dev] Re: sending DM to all followers?

2009-04-16 Thread Ed Costello
accounts one follows. -- -ed costello @epc

[twitter-dev] Re: Is there a way to tell if a tweet has been favorited (regardless of user)?

2009-04-13 Thread Ed Costello
On Mon, Apr 13, 2009 at 1:41 PM, Doug Williams d...@twitter.com wrote: Ed, I'd love to see some apps crop up that display favorite content in interested ways. Can you create an issue? I’ve opened issue 459: http://code.google.com/p/twitter-api/issues/detail?id=459#c0 -- -ed costello