[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 wrote: > Hi Adrian, > > Check out our guide on how to use the S

[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] Re: users/lookup returns duplicates, missing records for valid users

2011-05-04 Thread Adrian Petrescu
Hey guys, I'm glad to report that, as of 7:00 PM (UTC), the problem seems to have disappeared :) No more duplicates, I'm consistently getting back exactly 100 unique users for every 100 that I request. Thanks for finally getting to this! Cheers, Adrian -- Twitter developer documen

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 wrote: > Anything on this? It's be

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:

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

2011-03-13 Thread Adrian Petrescu
s, 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 resou

[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, C

[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 126 10

[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] Re: problem with http://twitter.com/statuses/update.xml

2009-04-20 Thread Adrian
esponse); else sleep(5);//Sleep 5 seconds before the next update } 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 wrote: >

[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 wrote: > I have a php script that posts updates > tohttp://twitter.com/statuses/update.xml > > It wo

[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 on

[twitter-dev] Re: Request for documentation review

2009-04-16 Thread Adrian
Would love to see something about OAuth, to help in the migration process. On Apr 14, 2:11 am, Doug Williams wrote: > Coderz, > I am refactoring the API documentation [1] to make it friendlier on the eyes > and easier on new developers. Please give it a once over and reply with any > of errors,

[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] data inconsistencies between json and xml

2009-04-16 Thread Adrian
Wondering why friends count here is 791: http://twitter.com/users/show/rssfriends.json but here it is the correct 896: http://twitter.com/users/show/rssfriends.xml

[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 wrote: > > &

[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 wrote: > > ..I can't and dont' want to access user credentials. > > > I'd love session support. > > Then you will love OAuth. > > -- > personal:http://www.cam

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

2009-04-11 Thread Adrian
ou might as well just to include > credentials with all calls. > > > > On Sat, Apr 11, 2009 at 18:57, Adrian 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

[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 authenticated

[twitter-dev] Quota incorrectly displayed in Chrome and Opera - fine in IE and FF

2009-04-08 Thread Adrian
Hi, I'm been developing a client-side app that uses basic HTTP Authentication into twitter.com. The problem is that when logging-in with a whitelisted account, the 20,000 quota is correctly reflected in the remaining hits as displayed on-site whilst using IE and FF, but in Chrome and Opera, the q

[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] more information behind /friendships/add

2009-04-02 Thread Adrian
Hi there, regarding the March 26 addition of having hyperlinks: twitter.com/friendships/add/username lead to a minimal page allowing the user to follow any Twitter user upon pressing the button on that page, I was wondering if that same page could provide the option to unfollow the specified twit

[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 wrote: > (Not an April Fool, we promise. We don't enjoy "humor".) > >  * Feature (REST API): We now retur

[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 http://search.twitter.com/

[twitter-dev] friends ids / followers ids .. any arguments?

2009-03-21 Thread Adrian
I was wondering if it's possible for arguments to be passed to: http://twitter.com/followers/ids/USER.json and http://twitter.com/friends/ids/USER.json in order to limit the response and reverse the order, ie http://twitter.com/friends/ids/USER.xml?count=160&order=newest thx.

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

2009-03-15 Thread Adrian
14, 4:26 pm, Andrew Badera wrote: > > > Has Jaiku gone XMPP yet? We're having a discussion about jaiku on the > > GAE list now. I believe XMPP is almost-but-not-quite-ready? They're > > involved in a pubsubhub project on GAE to make it happen, if I paid > > enough

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

2009-03-15 Thread Adrian
Praise the lord, of course; but you can't say YouTube has not sped up upon integration into Google's tech stack? (Big Table, Google FS) http://www.techcrunchit.com/2008/07/16/google-where-companies-go-to-die/ I do think my comment may not have been wholly appropriate given Twitter's much, much bet

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

2009-03-14 Thread Adrian
polling is > >> last year. Maybe at the least Twitter could offer a Long polling option > >> like > >> friendfeed to give a psuedo realtime feed > > >> Thanks in advance > > >> Sam > > >> W:www.twitblogs.com > > >> Sent fr

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

2009-03-12 Thread Adrian
This list's archive? Used Google? Ever? > > On Thu, Mar 12, 2009 at 3:55 PM, Adrian 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

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

2009-03-12 Thread Adrian
s will be able to have tweets pushed to them over > HTTP via our "firehose" mechanism. > > As Andrew suggested, there's been 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 wrote: >

[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 th

[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 t

[twitter-dev] additionally

2009-03-08 Thread Adrian
continuing from my last ticket, the year should be moved back to just after the month: SO: Sun, Mar 08 2009 09:47:49 + not Sun Mar 08 09:47:49 + 2009 thanks.

[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 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 coll

Re: AIR query

2008-10-13 Thread Adrian Pomilio
t; faultDetail="Error: [IOErrorEvent > > type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error > > #2032: Stream Error. URL: http://twitter.com/direct_messages/new.format"; > > errorID=2032]. URL: http://twitter.com/direct_messages/new.format";] > > > > is authentication mtd is req ? > > how to use authentication mthod > > http://twitter.com/account/verify_credentials.format , and wat to send > > in it ? > > > -- Adrian Pomilio Trademark pending and in use. All exclusive trademark rights reserved.

Re: Is public_timeline unavailable

2008-10-07 Thread Adrian Pomilio
pam. > > You can search the group for information about the AS3 API, but > Twitter doesn't provide official support for them. > > On Tue, Oct 7, 2008 at 5:41 PM, Adrian Pomilio <[EMAIL PROTECTED]> > wrote: > > I saw your previous post, thank you for your efforts.

Re: Is public_timeline unavailable

2008-10-07 Thread Adrian Pomilio
:42 PM, Alex Payne <[EMAIL PROTECTED]> wrote: > > It was temporarily unavailable while we resolved a bug. > > On Tue, Oct 7, 2008 at 12:33 PM, Adrian <[EMAIL PROTECTED]> wrote: > > > > Just wanted to know if public_timeline was unavailable or is it being > >

Is public_timeline unavailable

2008-10-07 Thread Adrian
Just wanted to know if public_timeline was unavailable or is it being removed? I use it for Flex examples when helping other developers learn how to connect to a feed.

Documentation for TwitterScript

2008-10-07 Thread Adrian
Is there any documentation available for the Actionscript 3 API, TwitterScript, that went opensource on google code? I am interested in that particular API but was hoping that there might be some docs floating around instead of having to dig through all the source. Yes, kick me I am a bit lazy. :