Re: [twitter-dev] Stream API and UserLists

2011-03-25 Thread Fabien Penso
+1 Is this planned ? On Tue, Mar 8, 2011 at 1:23 AM, tmurray tmurr...@gmail.com wrote: I was wondering if there is a way to use the streaming API  to receive tweets associated with User Lists??  If not, what is the best way to receive tweets associated with user lists? Thanks in advance for

[twitter-dev] Re: need emergency help

2011-03-25 Thread Terence Eden
Save them in a cookie which you give to the user. On Mar 25, 4:05 am, Blaaze Artifex blaazet...@gmail.com wrote: thanks for your reply, am using php and am not going to use those variables in the same session instead am going to use them in future (may be after many days), will it work.?

Re: [twitter-dev] Geo AP

2011-03-25 Thread Augusto Santos
As you can see at http://dev.twitter.com/doc/get/geo/nearby_places this method is *deprecated and should be replaced by geo/search But there is no place_id for Australia right now. *At least there is no geotagged tweet with a place_id that came from a Lat/Long in Australia. On Thu, Mar 24, 2011

Re: [twitter-dev] Stream API and UserLists

2011-03-25 Thread Augusto Santos
You can get http://dev.twitter.com/doc/get/:user/:list_id/members and then use with http://dev.twitter.com/pages/streaming_api_methods#follow don't you? On Fri, Mar 25, 2011 at 4:11 AM, Fabien Penso fabienpe...@gmail.com wrote: +1 Is this planned ? On Tue, Mar 8, 2011 at 1:23 AM, tmurray

Re: [twitter-dev] Stream API and UserLists

2011-03-25 Thread Fabien Penso
On Fri, Mar 25, 2011 at 12:40 PM, Augusto Santos augu...@gemeos.org wrote: You can get http://dev.twitter.com/doc/get/:user/:list_id/members and then use with http://dev.twitter.com/pages/streaming_api_methods#follow don't you? Doesn't work for private profiles. -- Twitter developer

Re: [twitter-dev] Stream API and UserLists

2011-03-25 Thread Augusto Santos
Well, but streaming api really doesn't work for private profiles, for that you must use User Streams. On Fri, Mar 25, 2011 at 8:45 AM, Fabien Penso fabienpe...@gmail.com wrote: On Fri, Mar 25, 2011 at 12:40 PM, Augusto Santos augu...@gemeos.org wrote: You can get

[twitter-dev] Missing images on Trademark Guidelines; T logo resource

2011-03-25 Thread Abby
Hi, I am trying to access the following page: http://support.twitter.com/entries/77641 The images are not appearing, and none of the other pages (eg http://twitter.com/about/resources/logos) have the 'T' logo. Does anyone know where I can find T logo resources? Thanks Abby -- Twitter

[twitter-dev] Need help with pluggin

2011-03-25 Thread Luuxx
I'm using a plug-gin on a site that stopped working today.I think it has something to do with the new update of today but not sure. the only thing I know is that the error occurs when the request is send:

[twitter-dev] Twitter followers in excel

2011-03-25 Thread shaily
Hi Tweeples, Can you please help me how to download the details of my followers, their details, picture into excel! Can I connect excel directly to twitter? Is their an easy way? Please advise. Shaily -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

Re: [twitter-dev] Twitter followers in excel

2011-03-25 Thread Scott Wilcox
Hello there, There is no method to do this straight from the API. What 'details' of each follower are you interested in having? Can you elaborate on why you're interested in having an export to excel if possible too. Scott. On 25 Mar 2011, at 12:25, shaily wrote: Hi Tweeples, Can you

[twitter-dev] app to block all users ending with numerals

2011-03-25 Thread Dean Collins
Lol, someone want to write me an app that blocks all users where their username ends with two or three numbers. This is getting ridiculous. Seems like something that would be pretty easy to achieve via the API don't you think? Cheers, Dean -- Twitter developer

Re: [twitter-dev] app to block all users ending with numerals

2011-03-25 Thread Adam Green
What if Twitter just suspended anyone who followed more than 1,000 users without ever having tweeted? But then their membership would sink dramatically. How about not allowing following past 100 users without tweeting at least once. What is the point of these accounts anyway, unless they are being

Re: [twitter-dev] app to block all users ending with numerals

2011-03-25 Thread hax0rsteve
I know a number of people who use twitter as a read only source of information (for instance they may follow only news outlets and celebrity tweeters) and therefore may have large follow counts with zero tweets. This may not be a use case that you are familiar with, but it is a valid use case.

[twitter-dev] Re: setFollow Filter mentions

2011-03-25 Thread Hope R.
Yes - I just added an if statement in parse_tweets.php after line 48: //get list of acceptable userids if ($user_id == 123456789 || $user_id == 234567890 || $user_id == 345678901) { With a closing tag at the bottom before the sleep (); statement. Works great for me! On Thu, Mar 24, 2011 at

[twitter-dev] Re: setFollow Filter mentions

2011-03-25 Thread Adam Green
I use this technique also to limit tweets to just the ones I'm explicitly following, but you'll find that the in_array() PHP function makes this easier than creating separate tests for each user_id. I create an array of user_ids I want to follow, pass this array to Phirehose, and then compare the

[twitter-dev] Twitter share button without count

2011-03-25 Thread twitter dev
HI Guys, I'm using the following code for Twitter share button with count, a href=http://twitter.com/share; class=twitter-share-button data-url= http://sample.com; data-text=Sample message! data-count=horizontal data-via= data-related=Tweet/a script type=text/javascript

[twitter-dev] List widget off since today

2011-03-25 Thread oliv
Hello, My widget list is not working anymore, I get the message : You must specify either a list ID or a slug and owner. Could you please help, I think it's a general problem. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] Geo AP

2011-03-25 Thread Daryoush Paknad
Thanks. I have been looking for a document that lists the locations that are supported by geo API set with no avail :( On Fri, Mar 25, 2011 at 4:36 AM, Augusto Santos augu...@gemeos.org wrote: As you can see at http://dev.twitter.com/doc/get/geo/nearby_places this method is *deprecated and

Re: [twitter-dev] app to block all users ending with numerals

2011-03-25 Thread M. Edward (Ed) Borasky
On Fri, 25 Mar 2011 15:17:25 +, hax0rsteve hax0rc...@btinternet.com wrote: I know a number of people who use twitter as a read only source of information (for instance they may follow only news outlets and celebrity tweeters) and therefore may have large follow counts with zero tweets.

Re: [twitter-dev] Twitter followers in excel

2011-03-25 Thread M. Edward (Ed) Borasky
On Fri, 25 Mar 2011 14:10:36 +, Scott Wilcox sc...@dor.ky wrote: Hello there, There is no method to do this straight from the API. What 'details' of each follower are you interested in having? Can you elaborate on why you're interested in having an export to excel if possible too. Scott.

Re: [twitter-dev] Twitter followers in excel

2011-03-25 Thread Tom van der Woerdt
I've seen someone do it with VB scripting. Ask him, you can find him as Randomness on this list and on Twitter as @nl_twop_1000 Tom On 3/25/11 7:39 PM, M. Edward (Ed) Borasky wrote: On Fri, 25 Mar 2011 14:10:36 +, Scott Wilcox sc...@dor.ky wrote: Hello there, There is no method to do

Re: [twitter-dev] app to block all users ending with numerals

2011-03-25 Thread M. Edward (Ed) Borasky
On Fri, 25 Mar 2011 11:33:30 -0700, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: [snip] One other note - a tweet that contains multiple Trending Topics is nearly always spam. I haven't gathered any data, mostly because I'm too lazy to write the API call management / rate limit

Re: [twitter-dev] app to block all users ending with numerals

2011-03-25 Thread Umashankar Das
Today someone tweeted a quote on steve jobs to me. I responded to him referencing the same quote. I got two mentions since Steve Jobs was in both my tweets from an id @RT_steve_jobs . I consider this spam. What would the general opinion be. This does not have any numerics :). Regards Umashankar

[twitter-dev] Twitter Basics and Errors

2011-03-25 Thread Chris S.
I am in the process of getting re-acquainted with the API after a lot of changes and I have run into some issues. I am getting rate limited when I do a call to get the follower IDs. As I understand it, it has 150 uses on my IP per hour, but I couldn't have made more than 4 calls. My script is

Re: [twitter-dev] app to block all users ending with numerals

2011-03-25 Thread hax0rsteve
On 25 Mar 2011, at 18:49, M. Edward (Ed) Borasky wrote: One other note - a tweet that contains multiple Trending Topics is nearly always spam. I haven't gathered any data, mostly because I'm too lazy to write the API call management / rate limit logic to automate this. I'd *almost* be

[twitter-dev] Twitter @anywhere dosent recognize log in status from web

2011-03-25 Thread corey
Being logged in through twitter.com is not recognized by @anywhere isConnected() function. For example, I'm logged in through twitter.com but @anywhere isConnected() does not recognize that I am logged in. I have to log in again through the twitter connect button. This seems odd to me since this

[twitter-dev] Incorrect Signature on OAuth POST

2011-03-25 Thread KiT
Hi, I know there are plenty of discussions about the incorrect signature errors but I really can't seem to find the solution. What I'm trying to do is to POST a message with the following base string and Authentication header: POST http%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses%2Fupdate.json

Re: [twitter-dev] Missing images on Trademark Guidelines; T logo resource

2011-03-25 Thread Arnaud Meunier
Hey Abby, You won't be able to find the t logo because we replaced it with the bird logo. As stated in the page you linked to (Guidelines for use of the Twitter trademark - http://support.twitter.com/entries/77641) you should use the most recent version of our logos (which is a bird if you're

Re: [twitter-dev] app to block all users ending with numerals

2011-03-25 Thread M. Edward (Ed) Borasky
On Fri, 25 Mar 2011 19:58:58 +, hax0rsteve hax0rc...@btinternet.com wrote: To pointlessly prolong the discussion - it being Friday :-) ... [snip] I guess what I'm getting at here is that any automated filtering system ultimately amounts to making value judgements on behalf of your

[twitter-dev] Hello with OAuth connection

2011-03-25 Thread Jon
Hello, I am having trouble with the below code... I am trying to pull a user's timeline. Can someone please let me know where I've gone wrong? ?php /* Load required lib files. */ require_once('twitteroauth/twitteroauth.php'); /* This is the library for connecting with oAuth */

Re: [twitter-dev] Hello with OAuth connection

2011-03-25 Thread Abraham Williams
You are not formatting the GET request correctly and TwitterOAuth automatically parses the JSON response for you. ?php /* Load required lib files. */ require_once('twitteroauth/twitteroauth.php'); /* This is the library for connecting with oAuth */ require_once('config.php'); /*

[twitter-dev] Re: Hello with OAuth connection

2011-03-25 Thread Jon
Thanks Abraham, I'm getting an error on the last line there though: Parse error: syntax error, unexpected '=', expecting ')' in ... On Mar 25, 3:33 pm, Abraham Williams 4bra...@gmail.com wrote: You are not formatting the GET request correctly and TwitterOAuth automatically parses the JSON

Re: [twitter-dev] Re: Hello with OAuth connection

2011-03-25 Thread Abraham Williams
Oops. I had a type. The = needs a directly after it like = Abraham - Abraham Williams | Hacker Advocate | abrah.am http://abrah.amJust launched from Answerly http://answerly.com: InboxQhttp://inboxq.comfor Chrome @abraham https://twitter.com/abraham | github.com/abraham |

[twitter-dev] Re: Hello with OAuth connection

2011-03-25 Thread Jon
Thanks... I should've posted the whole thing because now I'm getting another error! This is what I'm trying to do (I really appreciate your help!): ?php /* Load required lib files. */ require_once('twitteroauth/twitteroauth.php'); /* This is the library for connecting with oAuth

[twitter-dev] Some changes and updates to the API and Tweet Button

2011-03-25 Thread Matt Harris
Hey everyone, We've been working on a few fixes and optimisations which are making their way into the API. The quick list (more information further down the email): * [Now] Tweet Button share flow has some UI improvements and now supports mobile smart phones. * [Now] Attempting to view a direct

Re: [twitter-dev] Stream API and UserLists

2011-03-25 Thread Fabien Penso
On Fri, Mar 25, 2011 at 12:53 PM, Augusto Santos augu...@gemeos.org wrote: Well, but streaming api really doesn't work for private profiles, for that you must use User Streams. I had site streams in mind. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates

[twitter-dev] Re: Some changes and updates to the API and Tweet Button

2011-03-25 Thread DustyReagan
Not that my opinion matters, but this one sucks: [Soon] followers/ids and friends/ids is being updated to set the cursor to -1 if it isn't supplied during the request. This changes the default response format. Paging these results is slow. I've been avoiding it whenever possible. I don't suppose

[twitter-dev] Re: Some changes and updates to the API and Tweet Button

2011-03-25 Thread JMChia
100% Agree On 26 mar, 00:34, DustyReagan dustyrea...@gmail.com wrote: Not that my opinion matters, but this one sucks: [Soon] followers/ids and friends/ids is being updated to set the cursor to -1 if it isn't supplied during the request. This changes the default response format. Paging