[twitter-dev] Re: notifications info via the API seems broken

2009-03-16 Thread Allen
I'm having the same issue..I have my notifications turned on in Twitter, but http://twitter.com/users/show/allenweiss shows that notifications are false. I've checked this out with other accounts I know have notifications turned on and it sometimes returns true and sometimes false. Any ideas

[twitter-dev] Buggy user details?

2009-03-22 Thread Allen
Sometimes when I get information on users/show using this get http://twitter.com/users/show/user.xml it gives me a notification tag, and other times it doesn't. Oftentimes the notification tag is wrong (I've posted this before). Is there something really buggy going on here?

[twitter-dev] Conversations generate too many requests

2009-03-29 Thread Allen
out after 100 requests per hour) is there any other way to get this information (i.e., find out the the conversation that a given post is part of? Thanks, Allen

[twitter-dev] What precisely does notification mean?

2009-04-17 Thread Allen
for a given user, which sounds like it's a mobile phone (i.e., device). Can anybody clarify what this is? Thanks Allen

[twitter-dev] Re: What precisely does notification mean?

2009-04-18 Thread Allen
Thanks...that helps clear this confusion up. On Apr 17, 4:38 pm, Doug Williams d...@twitter.com wrote: Allen, Notifications are for device notifications (like SMS or IM) if the user has them enabled. Following means that a user's updates are included in your timeline. Notifications mean

[twitter-dev] Re: Sign in with Twitter

2009-04-16 Thread Allen Tom
by giving users a UI to preview and approve the tweet, by opening a modal dialog or popup that reuses the user's twitter browser session to tweet. Allen

[twitter-dev] Re: Searching with since_id and max_id

2009-05-01 Thread Thom Allen
Matt, this is exactly what I was getting ready to ask a question about. I hope I can implement the correct procedure with your information. Thank you. I do have a question though. If I paginate using next_page, is the next page only relevant to my search query? Meaning, if new posts find there way

[twitter-dev] Truncating status update at single quote

2009-11-18 Thread Thom Allen
I am trying to update my twitter status using curl and this code: shell_exec('curl http://twitter.com/statuses/update.'.$format.' -u '. $username.':'.$password.' -d status='.$title.''); The variable $title has this string Why can't I win!. When I look for the post in my stream, this is the text