[twitter-dev] Re: The max length of Profile Image URL and alternative way to get it.

2011-05-13 Thread yama
OK. I got the point. Api to get profile_image by http://api.twitter.com/1/users/ profile_image/USERID.xml looks perfect. I will use this statement for DB. Then, 70 chars would be fine I think. Like, 50 chars for URL part except USERID + 20 chars for USERID = varchar 70. Thanks a lot, yama On

[twitter-dev] Getting 500 error with my twitter Account

2011-05-13 Thread roberto garcía
I'm Getting a 500 error on my twitter Account @RobbieGN on everything... on Twitter website I got Blank page, in Tweetdeck, echofon, ubersocial and twitter for mac I just got 500 internal error... What do I need to do?? -- Twitter developer documentation and resources:

[twitter-dev] Update status d returns success response but doesn't show up on web

2011-05-13 Thread SN Testing
when update status with one character d returns success response but the new status doesn't show up on web; when update status with a or b or c or e, it shows up on web, so the character d is black listed? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates

[twitter-dev] Re: Update status d returns success response but doesn't show up on web

2011-05-13 Thread e.p.c.
On May 13, 6:29 am, SN Testing sngtwt...@gmail.com wrote: when update status with one character d returns success response but the new status doesn't show up on web; when update status with a or b or c or e, it shows up on web, so the character d is black listed? d' as the first non-blank

[twitter-dev] Re: Getting 500 error with my twitter Account

2011-05-13 Thread Shannon Whitley
It looks like the same error is being reported by other users: https://code.google.com/p/twitter-api/issues/detail?id=2178 I saw your profile once and received the Fail Whale on a couple of other attempts. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API

[twitter-dev] Re: Reducing rate-limited calls to friends/ids

2011-05-13 Thread torncanvas
Any other ideas before I head out to fight the white dragon? :P -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your

Re: [twitter-dev] Re: Reducing rate-limited calls to friends/ids

2011-05-13 Thread Taylor Singletary
If you're acting on your own behalf and don't have users, likely you'll just have to deal with the rate limiting and consider that for you to obtain all the data you're interested in, it's going to take time -- 24 hours in a day, 350 requests an hour, 7 days in a week... Your other best

[twitter-dev] JSON Search Api only returns 1 result for from: criteria.

2011-05-13 Thread myke
When calling the search API, some users only return 1 post entry when they have many more. Url: http://search.twitter.com/search.json?q=from:foxhomeent Should return 100 tweets, but only shows 1. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via