[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

[twitter-dev] Re: Loose ends for List and Retweet APIs

2009-12-18 Thread dean.j.robinson
Retweets of Me (http://apiwiki.twitter.com/Twitter-REST-API-Method%3A- statuses-retweets_of_me) * add details about who retweeted your tweets, only needs to be first retweeter and a count of total number of times retweeted. Lists: * add list details node (eg. same as GET list_id method) to other

[twitter-dev] Re: URLification

2009-12-18 Thread dean.j.robinson
I've recently switch to using this regex for pulling out links, haven't spotted any issues with any extra characters surrounding the links as yet. /(?i)\b((?:[a-z][\w-]+:(?:\/{1,3}|[a-z0-9%])|www\d?[.])(?:[^\s()]+|\ ([^\s()]+\))+(?:\([^\s()]+\)|[^`!()\[\]{};:\'.,?«»“”‘’\s]))/ It was posted by

[twitter-dev] Re: Bad ssl certs on some servers for api.twitter.com/1 ?

2009-11-15 Thread dean.j.robinson
This could possibly be related, I recently switched from using https://twitter.com to https://api.twitter.com and found that the majority of my cURL calls (via php) to the api started failing, although no other parts of my function changed. Out of curiosity I changed it to

[twitter-dev] Re: Lists API for Subscriptions

2009-11-07 Thread dean.j.robinson
+1 I've just started adding Lists to Hahlo.com and found this same thing. Based on the description in the docs I was expecting: /user/lists.format to be just the lists the user created /user/lists/subscriptions.format to be the lists the user created + those they are following (as it is on

[twitter-dev] Re: New Twitter feature API coming soon: Lists

2009-09-30 Thread dean.j.robinson
Nice stuff! Glad I didn't spend a heap of time developing my own list/group solution for Hahlo, instead I can just drop in the API. sweet. On Oct 1, 9:13 am, Marcel Molina mar...@twitter.com wrote: Over on the main Twitter blog @nk has written about a new Lists feature we're getting ready

[twitter-dev] Has replies/mentions behavior changed again or it is broken?

2009-08-27 Thread dean.j.robinson
Just checking out my @ mentions and noticed there are a whole bunch missing, took a little while to register what was going on, but it looks like only tweet that begin with @username are being returned - this is happening both on twitter.com and via the API. Anyone else notice this, and is it a

[twitter-dev] Re: Streaming API -- Recheck your clients -- post DDoS cleanup

2009-08-07 Thread dean.j.robinson
What about those using the regular API, via both Basic Auth and OAuth, is there anything at all we can do to stop getting endless 408's ? I'm guessing that since even twitter.com itself is still very inconsistent, for lack of a better word, theres probably nothing much more we can do than just

[twitter-dev] Has something with OAuth changed?

2009-07-09 Thread dean.j.robinson
Everyone just magically got logged out of my hahlo4 beta, which was working fine an hour ago, and now when they reauthorize its not sticking. OAuth login works fine, redirect back to hahlo4, but all api calls are returning 401 status codes. Saw mention in another topic regarding whether

[twitter-dev] Re: Has something with OAuth changed?

2009-07-09 Thread dean.j.robinson
Sanford / @mzsanford       Twitter Dev On Jul 9, 2009, at 4:25 PM, dean.j.robinson wrote: Everyone just magically got logged out of my hahlo4 beta, which was working fine an hour ago, and now when they reauthorize its not sticking. OAuth login works fine, redirect back to hahlo4, but all

[twitter-dev] Re: Has something with OAuth changed?

2009-07-09 Thread dean.j.robinson
      Twitter Dev On Jul 9, 2009, at 4:38 PM, dean.j.robinson wrote: Thanks for the super speedy response Matt. On Jul 10, 9:26 am, Matt Sanford m...@twitter.com wrote: Hi all,      Some changes were just deployed and it looks like there may be a bug. I'm looking into it now … hold tight

[twitter-dev] Re: 'verified' attribute in api responses?

2009-06-15 Thread dean.j.robinson
awesome... I probably should have looked closer, I only did a quick search of the group and check the api changelog... didn't think to run a request and check On Jun 15, 2:53 pm, Abraham Williams 4bra...@gmail.com wrote: On Sun, Jun 14, 2009 at 23:17, dean.j.robinson dean.j.robin

[twitter-dev] 'verified' attribute in api responses?

2009-06-14 Thread dean.j.robinson
Any plans to add an attribute to the API responses to indicate if a user is a verified user? Would be nice if this info was available so that it could be displayed against the appropriate tweeters as needed. Also swapped my own groups implementation in Hahlo4 for the saved_searches api last

[twitter-dev] Re: Streaming API Terms Of Service change - multiple simultaneous logins discouraged

2009-05-11 Thread dean.j.robinson
Nice work guys, talk about the firehose has been floating around for ages, great to see it finally appear and with numerous variants available (thats a bonus). I personally don't have any use for it (yet) but I'm sure it'll please quite a few. On May 10, 2:04 pm, John Kalucki

[twitter-dev] Re: Deprecation of following and notification elements

2009-05-11 Thread dean.j.robinson
I'll admit I'm a little disappointed that the info won't be part of the user objects anymore (will have to rethink some of my planned features... ie. won't be able to dynamically show/hide the dm button next to tweets if it means I need an additional api call for each user) instead relying on

[twitter-dev] feature request/enhancement for friendships/exists

2009-04-24 Thread dean.j.robinson
So, if I've got two users user_a and user_b the method currently works like this (from api wiki): Tests for the existence of friendship between two users. Will return true if user_a follows user_b, otherwise will return false. Now, if I also wanted to know if user_b follows user_a I currently

[twitter-dev] Re: feature request/enhancement for friendships/exists

2009-04-24 Thread dean.j.robinson
actually only one of the two was deleted, sorry my bad, its just not showing up in my google groups recent activity. On Apr 25, 1:56 pm, dean.j.robinson dean.j.robin...@gmail.com wrote: So, if I've got two users user_a and user_b the method currently works like this (from api wiki): Tests

[twitter-dev] Re: oAuth is BACK!

2009-04-23 Thread dean.j.robinson
I posted this yesterday, but the post appeared to vanish into the ether, during the OAuth 'outage' my dev version of Hahlo 4 (which uses OAuth) continued to work fine, is this because I was already logged in and the token was still valid? I'm guessing if I'd logged out/ unauthorized then I

[twitter-dev] Re: Request for documentation review

2009-04-15 Thread dean.j.robinson
I've had a quick look, looks good so far, nicely organised, plenty of info etc. Will go through it more closely during my lunch break and let you know if I spot anything. top work. On Apr 15, 3:35 am, Doug Williams d...@twitter.com wrote: Ahmed and Chad, I'm rolling in all of those

[twitter-dev] Re: Changes for April 8, 2009

2009-04-09 Thread dean.j.robinson
Especially with regards to the deprecation of certain things. I totally missed the topic about the deprecation of the since param which was only posted on the 8th. Reading it now it said: Please use the next few days to update your application to use the since_id parameter if it is currently

[twitter-dev] verify_credentials not returning full user data for some users

2009-04-02 Thread dean.j.robinson
I noticed this because I've got some code that checks the utc_offset and noticed that it was missing. For my hahlo account verify_credentials is returning this (appears to be missing colours, utc_offset, fav counts etc etc): ?xml version=1.0 encoding=UTF-8? user id7097682/id

[twitter-dev] Will saved searches be available from the api in the future?

2009-03-31 Thread dean.j.robinson
Hi all, Saw a tweet earlier from @bs about 'saved searches' being a new feature on twitter that is now available for some users. This is one of the features I had been planning on adding to Hahlo4, so I'd like to know if its something that we might be able to do via the api in the future

[twitter-dev] oauth not working via https://twitter.com

2009-03-04 Thread dean.j.robinson
For example: https://twitter.com/oauth/authorize?oauth_token=OMxcOPndHoO57JMFURt8GyzKpnREj9oKf6aG6f3pU that url doesn't work (returns stanard twitter page not found), but this one does http://twitter.com/oauth/authorize?oauth_token=OMxcOPndHoO57JMFURt8GyzKpnREj9oKf6aG6f3pU This doesn't always

[twitter-dev] Re: oauth not working via https://twitter.com

2009-03-04 Thread dean.j.robinson
4, 2009, at 03:32 PM, dean.j.robinson wrote: For example: https://twitter.com/oauth/authorize?oauth_token=OMxcOPndHoO57JMFURt8G... that url doesn't work (returns stanard twitter page not found), but this one does http://twitter.com/oauth/authorize?oauth_token=OMxcOPndHoO57JMFURt8Gy

Re: PHP OAuth Example Code

2009-02-15 Thread dean.j.robinson
An enormous thank you from me too! Every other library/example I've found either didn't appear to work or was a clear a mud to me. thanks again for sharing. On Feb 15, 1:03 pm, Abraham Williams 4bra...@gmail.com wrote: I wrote up some example code to get OAuth working in PHP.

update_profile_colors lag?

2008-12-30 Thread dean.j.robinson
I'm in the process of adding a screen to Hahlo to allow users to change their twitter profile colors on the fly, the post to the api works, and returns the updated user info as expected, and when I re- retrieve a user profile from the api it too reflects the changes I submitted, but the colors

Re: Expect Header Issue for .NET developers

2008-12-24 Thread dean.j.robinson
Started getting reports from users yesterday that they couldn't login to hahlo.com. Turns out that the check I run against verify credentials was also returning code 417 instead of the usual/expected 200, so even though the check was working to hahlo is looked like it was failing, changed my

Re: INCOMPATIBILITY ALERT: response body of /account/verify_credentials changing Dec 10th

2008-12-10 Thread dean.j.robinson
PROTECTED] wrote: I agree, this is a great change. On Dec 3, 11:07 pm, dean.j.robinson [EMAIL PROTECTED] wrote: return the representation of the authenticated user does that mean that the response will be the same as if we calledhttp://twitter.com/users/show/id.format for the authenticated

Re: INCOMPATIBILITY ALERT: response body of /account/verify_credentials changing Dec 10th

2008-12-10 Thread dean.j.robinson
it return the extended version of the User object, sure. On Wed, Dec 10, 2008 at 18:26, dean.j.robinson [EMAIL PROTECTED] wrote: Thanks Alex, looks great. I'm playing with it now and am looking to use it to replace the additional show/user.json call that I previously needed

Re: INCOMPATIBILITY ALERT: response body of /account/verify_credentials changing Dec 10th

2008-12-03 Thread dean.j.robinson
return the representation of the authenticated user does that mean that the response will be the same as if we called http://twitter.com/users/show/id.format for the authenticated user? If so that would be awesome and means I could completely eliminate some of the extra api calls that I'm