[twitter-dev] Re: Twitter Search Api Keyword Geocode Query concern ?

2011-05-10 Thread artesea
You need more lessons in PHP, you are parsing strings incorrectly $url=http://search.twitter.com/search.atom?q=; . urlencode($adde1 . OR . $adde2) . lang=enrpp=10page=1; artesea -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https

[twitter-dev] Re: Oauth authorize isn't working consistently

2011-05-08 Thread artesea
I have reports of users not having any username/password boxes when on the oauth page using their mobiles. Ryan Cullen dabr / dab.argh On May 7, 11:21 pm, Aaron Rankin aran...@sproutsocial.com wrote: I'm posting in case Twitter is unaware. The authorize page/process is regularly returning no

[twitter-dev] Re: consistency and ecosystem opportunities

2011-03-13 Thread artesea
Except every day I hear people go I hate new twitter, I want feature y, I wish it didn't do that. I run a port of dabr, I don't do it for the money (no ads on the site) I do it for the love of programming. Working out ways to get thumbnail images in to the timeline. To have different displays

[twitter-dev] New RTs with Search bug

2011-02-01 Thread artesea
I've noticed that today Search API is returning new style retweets with the original author and not the retweeter. In the past they would appear @steve: RT @mike hello world today it's just @mike hello world I see the same if I perform a standard search on the website.

[twitter-dev] Re: Reminder: Status IDs are changing at 10am PDT/5pm UTC Tuesday 12th October 2010

2010-10-12 Thread artesea
Quick question, for the timeline I've been using max_id=123456789 as a method of paging backwards instead of page=2. This stops the last few tweets from the previous page appearing at the top as more people tweet. So if the last tweet on the current page has an ID of 123456790, I make a request

[twitter-dev] Re: How is the newTwitter getting Replies to this Tweet?

2010-10-11 Thread artesea
Will there been anything in the tweet payload to let us know that it has replies, or will we need to make requests to the related_results just to find out? Sort of thing I was thinking was in the timeline you have a tweet along the lines of Dear lazy web, where's the best place to go for pizza in

[twitter-dev] Re: List of @usernames

2010-10-01 Thread artesea
them to the existing records. -Nischal On Sep 30, 4:01 pm, artesea ryancul...@gmail.com wrote: I was hoping on adding some ajax code to my web app to allow auto- completing of @usernames as you start typing eg: [...@jon] �...@jonathan �...@jon_smith �...@jonny I suspect I'll

[twitter-dev] List of @usernames

2010-09-30 Thread artesea
I was hoping on adding some ajax code to my web app to allow auto- completing of @usernames as you start typing eg: [...@jon] @jonathan @jon_smith @jonny I suspect I'll need to cache the names on my server, but was wondering if there was a quick API call to get just the usernames of the people

[twitter-dev] Re: How to get Tweets from home time line with correct time zone

2010-09-29 Thread artesea
Timestamps via the API are always in GMT/UTC, your software will need to add/remove hours to match those for the user. You can request the users timezone settings, however daylight savings aren't adjusted by twitter so these still may be an hour out. On Sep 26, 12:08 am, João Paulo Sabino de

[twitter-dev] Team Widget

2010-08-30 Thread artesea
Just wondering if anyone knew a way to get a decent team widget? We've got a conference coming up with a variety of events, whilst some might only have one member of the team going using the standard widget works as expected. However if we have two people going, we want both sets of tweets to

[twitter-dev] Re: Team Widget

2010-08-30 Thread artesea
Suddenly wondered if a search would be better, trying q=from:steve OR from:mike gives me exactly what I need. Ryan On Aug 30, 11:14 am, artesea ryancul...@gmail.com wrote: Just wondering if anyone knew a way to get a decent team widget? We've got a conference coming up with a variety

[twitter-dev] Re: Twitter Button Counts

2010-08-23 Thread artesea
are still seeing zeros, double check to see where you exactly redirect to. Regards Ryan On Aug 22, 12:27 pm, artesea ryancul...@gmail.com wrote: Anyone from Twitter looking at this list??? I now have a post with 32 tweets when looking athttp://twitter.com/#search?q=http%3A%2F%2Fldv.org.uk

[twitter-dev] Re: Twitter Button Counts

2010-08-22 Thread artesea
19, 9:22 am, artesea ryancul...@gmail.com wrote: I don't give a damn about bit.ly or t.co. I just want people to a) tweet with my own shortlink, and b) display the number of people using that shortlink. I'm not expecting twitter to workout thathttp://ldv.org.uk/20680is a shortlink forhttp

[twitter-dev] Re: Twitter Button Counts

2010-08-19 Thread artesea
Twitter -http://tweetpo.st Sharecount button for Facebook -http://www.fbshare.me On Aug 18, 12:12 pm, artesea ryancul...@gmail.com wrote: Happens in all browsers even days after the number of tweets is up to 4 or 5 (ok not a busy site but still zero make it look crap) Like I said before

[twitter-dev] Re: share images with twitter

2010-08-19 Thread artesea
Twitter takes 140 characters and posts them on their site, and allows us dev to do clever stuff with them. However images are not characters. If you want you can post links to images, but not the images themselves. Some twitter clients will recognise links to popular image hosting websites and

[twitter-dev] Re: OAuth and impact on Twitter userbase / volume and freedom of speech

2010-08-19 Thread artesea
Nearly all the users on my dabr install are Chinese and have found it via word of mouth. Once BasicAuth is turned off I plan to close the page down. I was considering a man-in-the-middle OAuth dance, in which anyone who trusted me gave me their username and password. I did the dance and gave them

[twitter-dev] Re: Twitter Button Counts

2010-08-18 Thread artesea
Happens in all browsers even days after the number of tweets is up to 4 or 5 (ok not a busy site but still zero make it look crap) Like I said before clicking on the number brings me to a page showing all the tweets so they are there, just for some reason twitter when doing the count lookup isn't

[twitter-dev] Twitter Button Counts

2010-08-16 Thread artesea
On my website I have added the Twitter Button and I want it to use my own customer short URL. However I'm finding it never counts the number of search results. eg: http://www.libdemvoice.org/office-of-the-public-guardian-finally-starts-to-get-some-serious-public-scrutiny-20680.html has

[twitter-dev] Re: Introducing the Tweet Button

2010-08-13 Thread artesea
Anyone else getting the count to work? Had several people press the button and it still shows zero, and when clicking on the zero it takes me to the search page containing their tweet, plus our autotweet everytime we do a blog post. Also will you be counting all tweets containing the URL, or only

[twitter-dev] Re: Seeing weird, malformed HTTP responses? We're on it.

2010-07-20 Thread artesea
Except that I find status.twitter.com is the last place to look for any information about faults. We're getting the flak from users for around 3-4 hours before anything relating to the issue appears on status, and the only official tweets come from the twitterapi account which none of the users

[twitter-dev] Re: Rate Limiting

2010-07-07 Thread artesea
And again I'm locked out. 400 is saying Rate limit exceeded. Clients may not make more than 150 requests per hour., however rate_limit_status is saying You have 145 api calls left until 12:20 when it will be reset to 150. (local time 11:39) On Jul 6, 10:59 pm, Rich rhyl...@gmail.com wrote: Yep

[twitter-dev] Re: XML feed not loading as before - PHP

2010-07-07 Thread artesea
Colin, echo $buffer to see what you are getting from twitter. Could be a whale. Ryan On Jul 7, 10:42 am, colin@digital.fco.gov.uk colin@digital.fco.gov.uk wrote: $twitter_url = http://api.twitter.com/1/statuses/user_timeline/ britishabroad.xml; $buffer =

[twitter-dev] Rate Limiting

2010-07-06 Thread artesea
I'm being locked out on my account using the API and I'm seeing reports from others. At the moment making a request to http://api.twitter.com/version/account/rate_limit_status.json comes back saying I have 8 calls left and it will be reset at 07:54, but the time is currently 13:18! The time for

[twitter-dev] Re: Rate Limiting

2010-07-06 Thread artesea
Finally have access again, with the time to reset now at 15:27 (around an hour). Ryan

[twitter-dev] Re: link wrapping on the API

2010-06-09 Thread artesea
At present my code reads a tweet in plain text format. It then adds a tags to any links, the @username and the #tags. It then looks for twitpic/flickr/youtube etc urls it will add a clickable thumbnail to the top of the tweet. As I can see it, my code will need to put the t.co in the a tag, do a

[twitter-dev] Re: Retweets - where are they placed on timeline

2009-11-23 Thread artesea
Do we have an example in json of a message which was retweeted 3 or 4 times. The example on http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-home_timeline is a single retweet in XML. Just trying to work out if the retweet moves up the timeline with each retweet, or if it stays with

[twitter-dev] Re: Login issues

2009-11-18 Thread artesea
McBride mmcbr...@twitter.com wrote: To clarify, it happens when you log in using basic auth via your own server?    ---Mark On Tue, Nov 17, 2009 at 1:57 AM, artesea ryancul...@gmail.com wrote: Still happening to me, and it only occurs when I login via my own server (87.117.224.42). I've

[twitter-dev] Re: Login issues

2009-11-17 Thread artesea
users who cannot authenticate via the API with the same credentials that they use when logging on to twitter.com. Has the change, which limits invalid credentials lockout to a specific IP address, perhaps been accidentally rolled back? Dewald On Nov 14, 5:55 am, artesea ryancul

[twitter-dev] Login issues

2009-11-14 Thread artesea
I'm still using HTTP requests to login via the API with a private dabr install I've got running. However I'm getting a large number of 401 - Could not authenticate you when I try to sign in. I recently changed my password on Twitter, however I have no problems login on the main site, via