[twitter-dev] Re: Search with multiple terms

2011-05-12 Thread Adrian
I did not see the solution for multiple words. It is clear that for single words it is: this OR that becomes ors=this+that I did not see the solution for this sentence OR these words On May 11, 8:13 pm, Matt Harris thematthar...@twitter.com wrote: Hi Adrian, Check out our guide on how

[twitter-dev] Search with multiple terms

2011-05-11 Thread Adrian
Is it possible to do a search for multiple words that belong together combined with the OR operator? For example if I want to capture all tweets for The Bachelor including people who use hashtags, I would like the query to look something like: the bachelor or thebachelor on Twitter search this

Re: [twitter-dev] users/lookup returns duplicates, missing records for valid users

2011-04-09 Thread Adrian Petrescu
I can confirm that this happens whether the lookup is by screen_name or id. Incidentally, any progress on Twitter's side? Way over a month now, and it only seems to be getting worse. Cheers, Adrian On Tue, Mar 22, 2011 at 1:18 AM, Nischal Shetty nischalshett...@gmail.comwrote: Anything

Re: [twitter-dev] users/lookup returns duplicates, missing records for valid users

2011-03-15 Thread Adrian Petrescu
Hi Taylor, Not trying to be pushy or anything, but have you guys uncovered anything related to this issue? It's still happening quite regularly for a couple of weeks now. Thanks, Adrian -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http

Re: [twitter-dev] Re: users/lookup returns duplicates, missing records for valid users

2011-03-13 Thread Adrian Petrescu
, it will almost always be the same users who are missing and duplicated. This can vary slightly over a course of days, but consecutive requests fail in the same way. I hope this assists the Twitter team in debugging the issue. Thanks, Adrian -- Twitter developer documentation and resources: http

[twitter-dev] Re: countdown to OAuth / basic auth removal / OAuthcalypse

2010-04-24 Thread Adrian
At this point, all I'm looking for is a way to upgrade this piece of PHP code to take into account the new authentication model: $ch = curl_init('http://twitter.com/statuses/update.xml'); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch,

[twitter-dev] would like to see number of lists in USER/SHOW

2009-11-04 Thread Adrian
For the user/show method, I'd like to see the number of lists a user is in and follows, just like on the main site: eg: http://twitter.com/users/show.json?screen_name=dougw http://twitter.com/dougw/lists/memberships Lists following dougw (126) Lists dougw follows (10) add to user/show

[twitter-dev] source name has switch to web

2009-05-31 Thread Adrian
Hi, all preexisting and newly added tweets with source Twitya have changed to Web. Tweets are added using 'source=twitya' in the post querystring as per usual.

[twitter-dev] problem with http://twitter.com/statuses/update.xml

2009-04-20 Thread Adrian
I have a php script that posts updates to http://twitter.com/statuses/update.xml It works reliably when posting to one account of mine, but when switching to another, it constantly says Problem with Twitter. Could not authenticate you. Try again later. I try again later, multiple times, and

[twitter-dev] Re: problem with http://twitter.com/statuses/update.xml

2009-04-20 Thread Adrian
Also, for the account that works, if I changes its screen name to the account that doesn't work well, that working account stops working properly. On Apr 20, 10:12 am, Adrian spiritpo...@gmail.com wrote: I have a php script that posts updates tohttp://twitter.com/statuses/update.xml

[twitter-dev] Re: problem with http://twitter.com/statuses/update.xml

2009-04-20 Thread Adrian
} On Apr 20, 11:48 am, Abraham Williams 4bra...@gmail.com wrote: It would be helpful if you provided code and more details. On Mon, Apr 20, 2009 at 02:14, Adrian spiritpo...@gmail.com wrote: Also, for the account that works, if I changes its screen name to the account that doesn't work well

[twitter-dev] What's the status of OAuth to non-beta users?

2009-04-16 Thread Adrian
Please let me know when it's possible for average API users to access OAuth authentication for their apps? This page seems to be open to all: http://twitter.com/oauth_clients/new

[twitter-dev] Re: Double Basic Authentication When Post Follows Get

2009-04-12 Thread Adrian
OK, done. thx :) On Apr 12, 5:58 am, Abraham Williams 4bra...@gmail.com wrote: Well the API is what it is. I don't know of any open issues about supporting sessions. I suppose you could open one. On Sat, Apr 11, 2009 at 19:19, Adrian spiritpo...@gmail.com wrote: It adds more complexity

[twitter-dev] Double Basic Authentication When Post Follows Get

2009-04-11 Thread Adrian
Hi, on my client, if I run GET request, I'll have to authenticate but after that all other GETs don't require authentication. Then, as soon as there is a POST, I will have to re-authenticate. I'd prefer the server just accepted the POST request as part of the session from the already

[twitter-dev] Re: Double Basic Authentication When Post Follows Get

2009-04-11 Thread Adrian
to include credentials with all calls. On Sat, Apr 11, 2009 at 18:57, Adrian spiritpo...@gmail.com wrote: Hi, on my client, if I run GET request, I'll have to authenticate but after that all other GETs don't require authentication. Then, as soon as there is a POST, I will have to re-authenticate

[twitter-dev] Re: Double Basic Authentication When Post Follows Get

2009-04-11 Thread Adrian
It adds more complexity to my side. Sessions would be better atm. On Apr 12, 3:10 am, Cameron Kaiser spec...@floodgap.com wrote: ..I can't and dont' want to access user credentials. I'd love session support. Then you will love OAuth. --

[twitter-dev] Following/ Friend count inconsistencies

2009-04-04 Thread Adrian
online-- follows 554 people http://twitter.com/rssfriends/friends (and growing) XML-- has 508 friends: http://twitter.com/users/show/rssfriends.xml JSON-- 501 friends: http://twitter.com/users/show/rssfriends.json

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

2009-04-01 Thread Adrian
As of right right now: http://twitter.com/users/show/bob.xml has about twice the amount of information as say: http://twitter.com/users/show/WeezerOfficial.xml On Apr 2, 3:34 am, Alex Payne a...@twitter.com wrote: (Not an April Fool, we promise. We don't enjoy humor.)  * Feature (REST API):

[twitter-dev] Nice problem - tweets over 140 chars still being logged

2009-03-23 Thread Adrian
I just logged a Tweet 181 characters long using the Twitlet bookmarklet. http://twitter.com/twitya/status/137357

[twitter-dev] incorrect userIDs in search feed

2009-03-22 Thread Adrian
I've found that the user IDs in search feeds for any given user mismatch with those in the normal twitter feeds. Take for example @arikfr: ID: 12069702 http://twitter.com/users/show/arikfr.xml Now goto a search lookup: http://search.twitter.com/search.json...@arikfr or

[twitter-dev] Re: Pushing Twitter data into the clients

2009-03-14 Thread Adrian
quite a lot of discussion on these topics in this group and elsewhere on the web. On Thu, Mar 12, 2009 at 13:55, Adrian spiritpo...@gmail.com wrote: Hi there, I was wondering if it's possible to push data, rather than have the content pulled with JSON or XML fetches. You can poll after

[twitter-dev] Pushing Twitter data into the clients

2009-03-12 Thread Adrian
Hi there, I was wondering if it's possible to push data, rather than have the content pulled with JSON or XML fetches. You can poll after set amounts of time, but that only present the illusion of Push, and uses up bandwith. Also, is the API limit applied to POST requests? Lastly, has Twitter

[twitter-dev] Re: Pushing Twitter data into the clients

2009-03-12 Thread Adrian
archive? Used Google? Ever? On Thu, Mar 12, 2009 at 3:55 PM, Adrian spiritpo...@gmail.com wrote: Hi there, I was wondering if it's possible to push data, rather than have the content pulled with JSON or XML fetches. You can poll after set amounts of time, but that only present the illusion

[twitter-dev] missing comma in status creation time not parsing with Date in IE

2009-03-08 Thread Adrian
In IE, this date won't Date.parse Sun Mar 08 09:47:49 + 2009 this will Sun, 08 Mar 2009 09:58:01 + the problem is with the missing comma in the former. The former are status creation times coming from the twitter.com API, the latter are coming from the search.twitter.com API. Could

[twitter-dev] Bug: in_reply_to_screen_name

2009-03-04 Thread Adrian
field: in_reply_to_screen_name exists for statuses /statuses/friends/USERNAME.xml but in /statuses/friends/USERNAME.json it does not. thank you.

[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-02-25 Thread Adrian
Creator of: TwtrFrnd.com Thanks for the inclusion, Regards, Adrian On 23 feb, 19:33, Alex Payne a...@twitter.com wrote: There isn't one that I'm aware of, but if people would like to post their contact info in this thread (Twitter username, URL, email, whatever) I'm happy to collect them