[twitter-dev] Re: Tweets with !, ', and other characters refused..

2009-12-23 Thread Duane Roelands
What language are you working in? Also, are you using an existing library or writing your own? On Dec 23, 12:49 am, thetwitmaniac alon.a.ta...@gmail.com wrote: Hi, I'm building a desktop twitter client and for some reason whenever I try to post a tweet with an exclamation mark or apostrophe,

[twitter-dev] [Problem] since date or since_id is too old

2009-12-23 Thread Gustavo Melo
This bug wasn't fixed? I have been look around the groups and found this link: http://code.google.com/p/twitter-api/issues/detail?id=742 My service try to execute this link: http://search.twitter.com/search?rpp=100lang=ptto=timtimportimtimsince_id=6566066234 and get this message 403 : since date

[twitter-dev] Re: statuses/featured broken with api.twitter.com/1/ endpoint

2009-12-23 Thread Rich
I'd imagine it's unsupported as it's not listed on the API docs On Dec 22, 3:25 am, Andrew Stone stone_des...@mac.com wrote: http://api.twitter.com/1/statuses/featured.json doesn't work - giving a 404: {request:/1/statuses/featured.json,error:Not found} but it's ancestor:

[twitter-dev] newRTs coming through Search API are missing retweeted_status-id

2009-12-23 Thread Cameron Kaiser
When a newRT is found via the Search API, the tweet does not appear to have any of the retweeted_status information. Is this going to be added on? -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com *

[twitter-dev] API and web UI differ on access to protected users' friends

2009-12-23 Thread Terry Jones
This seems inconsistent: The API docs (http://bit.ly/TVwXI) state that to successfully call /statuses/friends on a protected user, you must authenticate and be allowed to see the user. OTOH, twitter.com lets you see the friends/followers list of protected users if you're simply logged in - no

Re: [twitter-dev] API and web UI differ on access to protected users' friends

2009-12-23 Thread Raffi Krikorian
hi - this is being tracked on the google code tracker (and owned by me). please feel free to star the issue! On Wed, Dec 23, 2009 at 11:23 AM, Terry Jones te...@jon.es wrote: This seems inconsistent: The API docs (http://bit.ly/TVwXI) state that to successfully call /statuses/friends on a

[twitter-dev] How can we change ownership of an app?

2009-12-23 Thread chrisLiveFyre
This has been asked before but not answered. How can we move ownership of an app to a different twitter user account? Thanks, Chris

[twitter-dev] Re: Social Graph API: Legacy data format will be eliminated 1/11/2010

2009-12-23 Thread PJB
Willhelm: Your announcement is apparently expanding the changeover from page to cursor in new, unannounced ways?? The API documentation page says: If the cursor parameter is not provided, all IDs are attempted to be returned, but large sets of IDs will likely fail with timeout errors.

[twitter-dev] Re: Social Graph API: Legacy data format will be eliminated 1/11/2010

2009-12-23 Thread PJB
API documentation page says: If the cursor parameter is not provided, all IDs are attempted to be returned, but large sets of IDs will likely fail with timeout errors. There was no reference in any of the previous announcements to deprecating this valuable ability. Is it now also doomed for

[twitter-dev] Re: Where We're At With Location

2009-12-23 Thread dean.j.robinson
I might look at swapping over to the reverse geocoder provided by geoapi.com as an alternative to the google maps api which has a tendency to give some weird results. On Dec 24, 9:04 am, Marcel Molina mar...@twitter.com wrote: For the last few months, the Platform team has been really excited

Re: [twitter-dev] How can we change ownership of an app?

2009-12-23 Thread shiplu
On Thu, Dec 24, 2009 at 3:45 AM, chrisLiveFyre cbecker...@gmail.com wrote: This has been asked before but not answered.  How can we move ownership of an app to a different twitter user account? Thanks, Chris I had the same issue. I just removed the app. Then add the same name in other

[twitter-dev] Testing HTTP Response Codes

2009-12-23 Thread Tim Dorr
Is there a way to force Twitter's API to respond with a particular HTTP response code? I'd like to make sure that if there happens to be a 500 error, my app isn't going to crash/infinite loop/collapse into a black hole and consume the Earth. I can probably fake it in my app, but I wanted to test

[twitter-dev] Re: How can we change ownership of an app?

2009-12-23 Thread Tim Dorr
But your users all have to reauthenticate against what is technically a new app in the system. And if you do anything offline from the user, you won't have access under the new OAuth key to their account. On Dec 23, 7:01 pm, shiplu shiplu@gmail.com wrote: On Thu, Dec 24, 2009 at 3:45 AM,

Re: [twitter-dev] Re: Social Graph API: Legacy data format will be eliminated 1/11/2010

2009-12-23 Thread Raffi Krikorian
yes - if you do not pass in cursors, then the API will behave as though you requested the first cursor. Willhelm: Your announcement is apparently expanding the changeover from page to cursor in new, unannounced ways?? The API documentation page says: If the cursor parameter is not

Re: [twitter-dev] Testing HTTP Response Codes

2009-12-23 Thread Raffi Krikorian
you can probably simulate certain error conditions (when we throw 404s and the like), and you can probably force it to get to a rate limit error - but a particular 500 error, no. On Wed, Dec 23, 2009 at 4:43 PM, Tim Dorr timd...@gmail.com wrote: Is there a way to force Twitter's API to respond

Re: [twitter-dev] Re: How can we change ownership of an app?

2009-12-23 Thread Raffi Krikorian
there is no way to change ownership of an app. sorry. this is so that user doesn't have anything strange happen with the applications they have authorized with their accounts. On Wed, Dec 23, 2009 at 4:40 PM, Tim Dorr timd...@gmail.com wrote: But your users all have to reauthenticate against

[twitter-dev] Re: oAuth Authenticate vs. Authorize (force_login)

2009-12-23 Thread Justyn
Hi guys - just wanted to make sure this stayed on the radar. I imagine others would like to use force_login for the Authorize function? On Dec 22, 4:46 pm, Justyn justyn.how...@gmail.com wrote: We've found it necessary to use the force_login method for Authorize because of the confusion many

[twitter-dev] Re: Social Graph API: Legacy data format will be eliminated 1/11/2010

2009-12-23 Thread PJB
Why hasn't this been announced before? Why does the API suggest something totally different? At the very least, can you please hold off on deprecation of this until 2/11/2010? This is a new API change. On Dec 23, 7:45 pm, Raffi Krikorian ra...@twitter.com wrote: yes - if you do not pass in