[twitter-dev] Re: Twitter JSON feed falls out with php

2011-06-15 Thread Patrick Kennedy
thousands of PHP tutorials and examples out their and improve your code base to use oAuth. Check out http://dev.twitter.com/pages/oauth_single_token to start into oAuth for your single user feed application. ~Patrick On Jun 13, 9:47 am, Andreas Voss wrote: > Hey Twitter Developers. > > I

[twitter-dev] Re: TweetDeck technical problem

2011-05-29 Thread Patrick Kennedy
hanks. On May 29, 3:24 am, Thomas Woolway wrote: > Hi Patrick, > > You may find the answer > here:http://support.tweetdeck.com/entries/181425-how-do-i-install-air-twee > If not, I suggest asking @desktopdeck to see if they can help. > > Best, > > Tom > > On Su

[twitter-dev] Re: oAuth with twitpic or yfrog photo uploads in mobile apps

2011-05-28 Thread Patrick Kennedy
a good reference - http://www.w3schools.com/PHP/php_file_upload.asp ~Patrick On May 28, 6:55 pm, Frank Ash wrote: > I am having some trouble integrating either yfrog or twitpic into my > app. All the others I see are asking for users names and passwords > inside the app, and not using oauth.

[twitter-dev] TweetDeck technical problem

2011-05-28 Thread Patrick Kennedy
This is not strictly a dev question, but I was hoping others here may be able to suggest or redirect. I have recently started using Bodhi Linux, but I have not been able to get TweetDeck to work on it. Bodhi is based on the Ubuntu distro, but it's a minimalist version, and the user must use apt-g

[twitter-dev] Re: How to create a website using twitter on a local machine?

2011-04-22 Thread Patrick Kennedy
nd get the user token and token secret and initialize things. It takes time and research to master the process, but it's fun. Good luck. ~Patrick On Apr 22, 3:02 am, kite <68...@supinfo.com> wrote: > Hello, > > I want to create a website using the twitter API (through linq to &

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

2011-03-26 Thread Patrick Collins
Excuse my message from earlier... turns out cursors aren't so bad. (Although it would still be good to know when they are going to swap over.) On Mar 26, 12:58 am, Patrick Collins wrote: > I realize Twitter is now possibly anti-developer, but do you think you > could tell us when &q

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

2011-03-26 Thread Patrick Collins
I realize Twitter is now possibly anti-developer, but do you think you could tell us when "soon" is for the retirement of the cursor-less friends/ids and followers/ids calls? To rely on especially slow cursor calls is a huge headache, and far slower than simply getting ALL ids as we currently can

[twitter-dev] Re: Twitter OAuth PHP - Submit tweets without user login?

2011-02-17 Thread Patrick Kennedy
I'd also like to add that if you want to start *reading* tweets, which is probably inevitable, you should configure your local test server as local.dev vice localhost (mapping 127.0.0.1 to local.dev in addition to localhost). On Feb 17, 2:17 pm, Adamantus wrote: > Genius, thanks Abraham that work

[twitter-dev] Re: localhost testing of Oauth

2011-02-03 Thread Patrick Kennedy
ruby twitter_oauth, but I couldn't figure it out. But I did get it working with the "twitter" ruby gem instead. I guess I will just use that gem instead of "twitter_oauth" gem. ~Patrick On Feb 3, 3:57 am, Ashim wrote: > Dear All, > > I wish to try Oauth on Mediaw

Re: [twitter-dev] Ruby way using twitter_oauth

2011-02-01 Thread Patrick Kennedy
:consumer_secret => @@config['consumer_secret'], :token => @@config['token'], :secret => @@config['secret'] ) end On Tue, Feb 1, 2011 at 6:12 PM, Patrick wrote: > I'm somewhat burnt out on PHP development, and want to get into Ruby. > The

[twitter-dev] Ruby way using twitter_oauth

2011-02-01 Thread Patrick
via twitter_oauth without authorization URL? ~Patrick -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group:

Re: [twitter-dev] Re: Upgrading from Read to Read / Write access for OAuth API Key

2011-01-31 Thread Patrick Kennedy
u, as the developer, decide to switch an app that is currently read-only to read-write, it will finally offer the read-write functionality. As a developer, you get to choose that functionality - it won't change without your approval. ~Patrick On Mon, Jan 31, 2011 at 1:45 PM, Tim Bull wrot

[twitter-dev] Re: Problem setting up new twitter-async browser app

2011-01-31 Thread Patrick Kennedy
Actually, it's now working on both sides Firefox and Epiphany. Just starting to work suddenly. My just trying it with Epiphany "cleared" the issue somehow. I'm not sure. But it's finally working. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twit

[twitter-dev] Re: Problem setting up new twitter-async browser app

2011-01-31 Thread Patrick Kennedy
umped the cache several times. On Mon, Jan 31, 2011 at 1:39 AM, Patrick wrote: > I've copied my consumer key and consumer secret to the secret.php, but > $twitterObj->getAuthenticateUrl() returns a nasty error.  I've been > suck on this several days, and I think there is

[twitter-dev] Problem setting up new twitter-async browser app

2011-01-31 Thread Patrick
I've copied my consumer key and consumer secret to the secret.php, but $twitterObj->getAuthenticateUrl() returns a nasty error. I've been suck on this several days, and I think there is some "issue" with my account, as I normally do not have a problem. Does this look okay? Is there a way I can di

Re: [twitter-dev] Upgrading from Read to Read / Write access for OAuth API Key

2011-01-30 Thread Patrick Kennedy
your application can only read its tweets, and if read/write, it can both read its own tweet and post to the world. I'd say go ahead and switch to read/write, given the fact that you now want that functionality. ~Patrick On Sat, Jan 29, 2011 at 10:24 PM, Tim Bull wrote: > We must be abou

Re: [twitter-dev] Re: Net::Twitter::Lite cannot authenticate me

2011-01-28 Thread Patrick Kennedy
g problems making new Twitter programs work during the last 48 hours for newly registered programs. There may be some kind of problem with the API. I wasn't having any problem day before yesterday. ~Patrick On Fri, Jan 28, 2011 at 3:02 PM, Sol wrote: > Marc, > > Where do the acces

[twitter-dev] Re: JSON parser code in PHP

2011-01-27 Thread Patrick
r resources and bandwidth. Otherwise, I will hack it as best I can and hopefully find such code example soon. On Jan 26, 10:33 pm, Patrick wrote: > Does anyone have a simple JSON parser example in PHP?  I'm looking for > something that's simple - perhaps a PHP include file that's

[twitter-dev] JSON parser code in PHP

2011-01-26 Thread Patrick
Does anyone have a simple JSON parser example in PHP? I'm looking for something that's simple - perhaps a PHP include file that's a function or two, where you can pass in the JSON data and get it parsed and returned as an array to the calling program. I'm beginning to write my own, but I figured

[twitter-dev] Re: Check if user is already logged in?

2010-11-20 Thread Patrick Golden
This works. =] On Nov 20, 9:53 am, Patrick Golden wrote: > Actually, I /could/ just use a cookie for that, right? Just set a > special Twitter cookie and when the user returns, redirect them to the > auth/login page if they don't have a session set but do have the > cookie

[twitter-dev] Re: Check if user is already logged in?

2010-11-20 Thread Patrick Golden
On Nov 20, 8:39 am, Patrick Golden wrote: > Thanks. But I know how to do that. I mean when the user returns to the > site, generally just like a "remember me" cookie. The Facebook API > checks for a current Facebook session so long as the user has > activated the app

[twitter-dev] Re: Check if user is already logged in?

2010-11-20 Thread Patrick Golden
lliams | Hacker Advocate | abrah.am > @abraham <https://twitter.com/abraham> | github.com/abraham | blog.abrah.am > This email is: [ ] shareable [x] ask first [ ] private. > > On Fri, Nov 19, 2010 at 18:36, Patrick Golden wrote: > > Is it possible to check to see if a user is l

[twitter-dev] Check if user is already logged in?

2010-11-19 Thread Patrick Golden
Is it possible to check to see if a user is logged in to Twitter and has authorized the application without having any redirects? For first time login, I have this basic code: getRequestToken('xxx'); // Saving them into the session $_SESSION['twitter_token'] = $request_token['oauth_token']; $_SES

[twitter-dev] Another "Failed to validate oauth signature and token"

2010-05-28 Thread Patrick Labbett
2Frequest_token&oauth_callback%3Dhttp%3A%2F%2Fmy.domain.net%2F~patrick %2Foauth%2Ftwitter%2Fsuccess.php%26oauth_consumer_key %3DMYCONSOMUERKEYHERE%26oauth_nonce %3D1275027099%26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp %3D1275027099%26oauth_version%3D1.0 I've tried using the

Re: [twitter-dev] Re: Announcing Twurl: OAuth-enabled curl for the Twitter API

2010-05-15 Thread Patrick Kennedy
I bet coffee and 10 seconds with either of you would fix my problem, but no worries. On Sat, May 15, 2010 at 9:02 PM, kuhkatz wrote: > Am 14.05.2010 23:40, schrieb Faried Nawaz: >> >> On May 15, 12:41 am, kuhkatz  wrote: >> >>> so i suppose i am doing things wrong. >>> i followed your instruction

Re: [twitter-dev] Re: Announcing Twurl: OAuth-enabled curl for the Twitter API

2010-05-15 Thread Patrick Kennedy
love all things Twitter - and I'm trying to get back into the coding of it. ~Patrick On Sat, May 15, 2010 at 1:55 PM, Faried Nawaz wrote: > I tested both "git apply patchfile" and "patch -p 1 -i patchfile" > separately before posting the commands, and they both w

Re: [twitter-dev] Re: Announcing Twurl: OAuth-enabled curl for the Twitter API

2010-05-14 Thread Patrick Kennedy
dback. Patrick On Sat, May 15, 2010 at 4:40 AM, Faried Nawaz wrote: > On May 15, 12:41 am, kuhkatz wrote: > >> so i suppose i am doing things wrong. >> i followed your instructions, but when i apply the diff, i get this: >> >> $ patch -i twurldiff > > Close.  Y

Re: [twitter-dev] Re: Send Cyrillic character (OAuth)

2010-05-10 Thread Patrick Kennedy
Z-13, Don't forget to do rake db:migrate to build the tables in Sqlite. "Agile Web Development with Rails" has the skinny to install rails for Mac, Linux, or Windows, if you need more solid material. On Mon, May 10, 2010 at 8:23 PM, Taylor Singletary wrote: > Hi Z-13, > It's a Ruby on Rails ap

Re: [twitter-dev] Strange problems with Twitter API

2010-04-23 Thread Patrick Kennedy
riables, a database, or cookies for next use, such as on a page refresh. You need to save the tokens for future access. ~Patrick On Sat, Apr 24, 2010 at 11:20 AM, KPL wrote: > From past few days, I am trying to get the EpiTwitter library work for > me. But, it is behaving in unusually. >

Re: [twitter-dev] Testing Twitter API webapps

2010-04-23 Thread Patrick Kennedy
aradigm is less clear. Can you clarify that or provide a simple example? Thanks for any insights. Patrick On Sat, Apr 24, 2010 at 1:25 AM, philip crawford wrote: > You can use a callback URL like the following to develop locally. > > http://dev.local:3000/authenticated > > Then

Re: [twitter-dev] Testing Twitter API webapps

2010-04-23 Thread Patrick Kennedy
Yes, Twitter requires a callback URL. Make a test page to display (or save to file) your oAuth tokens. Embed those tokens into your local test page (and remove that helpful test page on hosted server). Develop locally, and add if-then blocks, depending if you are local or remote. That way, you ca

Re: [twitter-dev] open source twitter-text

2010-04-16 Thread Patrick Kennedy
KCODE = 'u' require 'rubygems' require 'twitter-text' include Twitter::Extractor p = MyClass.new puts extract_mentioned_screen_names( p.usernames ) On Sun, Apr 11, 2010 at 6:34 PM, Patrick Kennedy wrote: > Actually, I can make it work like this - > > requi

Re: [twitter-dev] Hovercards with blogger.js?

2010-04-15 Thread Patrick Kennedy
Example shows how to use hovercard in an HTML page. Is there a way to call from a javascript.js file? If so, what is best approach for supporting both HTML and javascript.js of same application when using @Anywhere? On Thu, Apr 15, 2010 at 11:34 AM, Abraham Williams <4bra...@gmail.com> wrote: >

Re: [twitter-dev] open source twitter-text

2010-04-11 Thread Patrick Kennedy
uot;, "jack"] But I want to use classes like this - require 'rubygems' require 'unicode' $KCODE = 'KU' require 'twitter-text' class MyClass include Twitter::Extractor usernames = extract_mentioned_screen_names("Mentioning @twitter and @j

[twitter-dev] open source twitter-text

2010-04-11 Thread Patrick
The twitter open source code looks simple and fun - http://github.com/mzsanford/twitter-text-rb However, it seems I need to install unicode support. On Linux, I was able to, though on Windows 7, I don't have nmake (don't have C++). Anyways, it still complains about setting $KCODE to utf8 or u (

Re: [twitter-dev] public_timeline

2010-03-22 Thread Patrick Kennedy
verdict yet. > Josh > > On Sun, Mar 21, 2010 at 4:09 AM, Patrick wrote: >> >> Since pubic_timeline is not going to be deprecated, and since I am >> using epiTwitter for oAuth, how should I display public_timeline >> *before* user logs in? >> >> I wan

Re: [twitter-dev] Re: Introduce yourself!

2010-03-21 Thread Patrick Moran
Hello! I am Patrick Moran, the "GM" of a project app at a bigger company (Fuze Box), our app is Tweetshare - http://www.tweetshare.com. We've built a tool for letting people share any type of file with their twitter community. We also have the ability to create Twitter fan p

[twitter-dev] public_timeline

2010-03-21 Thread Patrick
Since pubic_timeline is not going to be deprecated, and since I am using epiTwitter for oAuth, how should I display public_timeline *before* user logs in? I want to sprouse up the logon page, and some public_timeline tweets would be perfect. As I don't have an oAuth token to setToken( ) and make

Re: [twitter-dev] Re: Send Cyrillic character (OAuth)

2010-03-20 Thread Patrick Kennedy
I'm new to Rails, and I am in process of studying this oauth example. Since there is no index file entry point at /public, where is the entry point of your oauth-dancer app? This is a newbie question of Rails, but it looks like a fun app for the oauth dancing purposes, and I wanted to follow the l

Re: [twitter-dev] Undefined Index Notice with PHP w/ statues/mentions method

2010-03-16 Thread Patrick Kennedy
That just means you have PHP set to display helpful errors, such as the use of a variable that was not initialized before first use. The hosting service will likely have these errors turned off. You can edit the library and correct such notices, or you can just use them as feedback on your locaho

Re: [twitter-dev] Re: Deprecating /statuses/public_timeline resource on 4/5/10

2010-03-03 Thread Patrick Kennedy
aham > > On Wed, Mar 3, 2010 at 20:21, Patrick Kennedy wrote: >> >> Because you're suppose to use home_timeline now, which has everything >> public_timeline has, plus support for retweets. >> >> ~Patrick >> >> On Thu, Mar 4, 2010 at 10:40 AM, Carl

[twitter-dev] Retweets

2010-03-03 Thread Patrick
I need to fix my retweets logic. Does anyone know someone (or some recommended service) that retweets ad nauseum (via twitter's formal retweet feature), or nearly so?

Re: [twitter-dev] Re: Deprecating /statuses/public_timeline resource on 4/5/10

2010-03-03 Thread Patrick Kennedy
Because you're suppose to use home_timeline now, which has everything public_timeline has, plus support for retweets. ~Patrick On Thu, Mar 4, 2010 at 10:40 AM, Carlos wrote: > why? > > On Mar 3, 9:45 pm, Ryan Sarver wrote: >> This is an announcement that we wil

[twitter-dev] Re: My oAuth / jQuery app stopped working

2010-03-02 Thread Patrick
Logic error in jQuery. My bad. On Mar 2, 8:57 am, Patrick wrote: > The app I'm developing stopped working.  It stopped working first on > Linux Firefox and Windows IE and FF - and then (one day later) it > stopped working on my Nokia N97.  The base PHP works fine, but the >

[twitter-dev] My oAuth / jQuery app stopped working

2010-03-01 Thread Patrick
The app I'm developing stopped working. It stopped working first on Linux Firefox and Windows IE and FF - and then (one day later) it stopped working on my Nokia N97. The base PHP works fine, but the ajax jQuery calls (which I see via Firebug) do not update with with tweets anymore. I changed th

[twitter-dev] Re: Introduce yourself!

2010-02-23 Thread Patrick
Hi, I'm Patrick Kennedy, and I grew up in Hawaii. I have worked with Department of State for several years now, currently in Vietnam, and next up, Laos - definitely your S/E Asian connection - come and visit anytime. :-) Anyways, I created a buggy twitter client in PHP (Basic Auth), and

[twitter-dev] Re: AJAX and oAuth

2010-01-25 Thread Patrick
secret (from session > data in memcached).  The encryption key from the cookie (unique per > user) is used to decrypt the token secret.     If the session has > expired, I can use the username to lookup the record from a DB. > > Scott > > On Jan 25, 10:03 am, Patrick wrote: >

[twitter-dev] Re: AJAX and oAuth

2010-01-25 Thread Patrick
I was thinking. I can just use a database and write the current user out (embed it) into the PHP dynamically, instead of posting it from jQuery. I guess that would work. It would avoid the whole issue. On Jan 25, 9:03 pm, Patrick wrote: > I want to implement an AJAX and oAuth design using

[twitter-dev] AJAX and oAuth

2010-01-25 Thread Patrick
I want to implement an AJAX and oAuth design using PHP and jQuery. Now, if a dedicated user is required, I can embed the token and secret into a PHP file. However, to allow a multi-user scheme, I can put the token and secret into a cookie, and read them from JavaScript. However, is that a good ide

[twitter-dev] Re: Twitter Api-Problem

2009-12-14 Thread Patrick
For oAuth, when I was working with a good library, I noticed it would not work (it would choke) if I did not use string_tags( ) on input. Maybe that will help. ~PK On Dec 12, 11:46 pm, julius wrote: > Dear all, > > I have a problem using the Twitter-API with my own OAuth library. My > own effor

[twitter-dev] Re: Basic Auth deprecation coming

2009-12-09 Thread Patrick
their code for eventual oAuth implementations. It is too useful for developers to do initial coding (or at leasat some coding) in Basic Auth, and then tweak and package it for oAuth, as I see it. ~Patrick On Dec 9, 9:24 pm, "Dean Collins" wrote: > How are they going to stop basic au

[twitter-dev] Basic Auth deprecation coming

2009-12-09 Thread Patrick Kennedy
With Basic Auth deprecation coming in June 2010, will developers have a "sand box" way to use Basic Auth? I mean, it's handy to develop and understand code with Basic Auth, and then cut it over to oAuth. Any ideas?

[twitter-dev] Twitter Geo stuff

2009-10-03 Thread Patrick
I have been reading about the Twitter Geo stuff - it all sounds exciting - and I'd like to start playing with it even it's not fully prime time. Supposedly it's available to some extent via the API. I see the tag in my feed, and I wonder how I can "opt in" and get it populated. Also, can someon

[twitter-dev] API Limit and Requesting User Timeline unauthenticated

2009-09-29 Thread Patrick Burleson
able to pull my personal Twitter feed fine. This is an iPhone app, and I'm wondering why I need to do with to make sure users are able to pull the app's feed? Do I need to get the app whitelisted? Thanks, Patrick

[twitter-dev] Problems with rate_limit_status

2009-09-26 Thread Patrick
rate_limit_status via OAuth to be based on the users calls (ie. returning 150 calls per hours with how many calls are left). But: if I send the request authenticated with token and secret via OAuth I always get a response based on 2 calls per hour. Is that right? Thanks, Patrick

[twitter-dev] Re: MyTwitterButler.com Legal issues Update 2

2009-08-15 Thread Patrick Kennedy
y save you tons of money. > > Tweet is generic, and there is no way that Tweet can't be seen as a form of > the mark Twitter.  Twit, sure that's pretty staight forward, but tweet I > dont think so. > Good luck. -- Patrick Kennedy TweetAloha.com

[twitter-dev] Re: Twitter Update, 8/9 noon PST

2009-08-09 Thread Patrick
I am still having problems logging in using Basic Authentication. Because I don't use OAuth I cannot give you feedback on that. Sorry. kozen On Aug 10, 3:13 am, Ryan Sarver wrote: > *Finally* have what we hope is good news for everyone. As of about 10 > minutes ago we have been able to restore

[twitter-dev] Re: Status ID closing in on maximum unsigned integer

2009-05-15 Thread Patrick Burrows
Hilarious! -- Patrick Burrows http://Categorical.ly (the Best Twitter Client Possible) @Categorically -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Martin Dufort Sent: Friday, May 15, 2009 10:08 AM

[twitter-dev] Getting When A Friendship Began

2009-05-15 Thread Patrick Burrows
arted following a person, or being followed by a person? -- Patrick Burrows http://Categorical.ly (the Best Twitter Client Possible) @Categorically

[twitter-dev] Re: How do you store Twitter profiles in your database?

2009-05-14 Thread Patrick Burrows
could change without you knowing and break things in a way that is undetectable for weeks or months. With a defined schema, you get an error immediately and can fix it immediately. -- Patrick Burrows http://Categorical.ly (the Best Twitter Client Possible) @Categorically -Original Message

[twitter-dev] Re: twitter digest not available

2009-05-14 Thread Patrick Burrows
ld be interesting to do something similar for the digest you've created. I'm not sure how you would train it, initially. -- Patrick Burrows http://Categorical.ly (the Best Twitter Client Possible) @Categorically From: twitter-development-talk@googlegroups.com [mailto:twitte

[twitter-dev] Re: Can Somebody Help Me Setup My Twitter API?

2009-05-14 Thread Patrick Burrows
ed on most (all?) Twitter API call wiki pages? Curl is a command line utility. If you are using Windows you will have to download a copy of it (it is free). -- Patrick Burrows http://Categorical.ly (the Best Twitter Client Possible) @Categorically -Original Message- From: twitter-d

[twitter-dev] Re: twitter digest not available

2009-05-14 Thread Patrick Burrows
That's awesome, AJ. Though it hurts me in the opinion-of-humanity part of my brain to learn how heavily represented American Idol is on that list. -- Patrick Burrows http://Categorical.ly (the Best Twitter Client Possible) @Categorically -Original Message- From: twitter-develo

[twitter-dev] Re: Send @replies/mentions via SMS?

2009-05-11 Thread Patrick Burrows
That sure is odd. I know this is off-topic, but have you tried to see if your customers would be willing to pay for the service you offer? Actually, it sounds like that is what you are going to have to do… -- Patrick Burrows http://Categorical.ly (the Best Twitter Client Possible

[twitter-dev] Re: Send @replies/mentions via SMS?

2009-05-11 Thread Patrick Burrows
Check out: http://en.wikipedia.org/wiki/SMS_gateways -- Patrick Burrows http://Categorical.ly @Categorically -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of TjL Sent: Monday, May 11, 2009 1:16 AM To

[twitter-dev] Re: Send @replies/mentions via SMS?

2009-05-11 Thread Patrick Burrows
Why were you blocked? And there seems to be a lot of competition in this space (SMS Gateway providers) can’t you just go to someone else? -- Patrick Burrows http://Categorical.ly (the Best Twitter Client Possible) @Categorically From: twitter-development-talk@googlegroups.com

[twitter-dev] Re: Abuse of multiple accounts

2009-05-08 Thread Patrick Burrows
er to ban it.) -- Patrick Burrows http://Categorical.ly @Categorically From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Nick Arnett Sent: Friday, May 08, 2009 11:01 AM To: twitter-development-talk@googlegroups.com Subject: [tw

[twitter-dev] Re: Friends and followers listing ends abruptly for large numbers

2009-03-19 Thread Patrick
i am able to see page 648 and 649, but > not 1000... > > On Wed, Mar 18, 2009 at 11:29 AM, Andrew Badera wrote: > > Google Is Your Friend -- this issue has come up more than once recently. > > Check the list archives. > > > On Wed, Mar 18, 2009 at 11:51 AM, Patrick wrote

[twitter-dev] Friends and followers listing ends abruptly for large numbers

2009-03-18 Thread Patrick
I'm using the api to retrieve friends and followers for a popular user but it seems the api and the twitter friends and followers webpage end the listing quite early in the listing. (I'm assuming the webpages just use the api behind the scenes) For example check out stephenfry's profile... He's

Re: Best practice for building a community website with ~ 20k tweeters?

2009-02-07 Thread Patrick Minton
rote: > > The twitter RSS feeds has the same rate limits. > > Patrick, you may want to check out http://gnipcentral.com/ I haven't > used it yet, but they supposedly let you pull tweets by specific > (public) users. > For profile info, you would need to spread requests out over

Best practice for building a community website with ~ 20k tweeters?

2009-02-06 Thread Patrick Minton
What does the Twitter API team recommend? Patrick On Feb 1, 2009, at 5:50 PM, Alex Payne wrote: > > Whitelisted users can follow a few more users. But we really don't > encourage following a ton of people. > > On Sun, Feb 1, 2009 at 14:38, Patrick Minton > wrote: >> &

Re: 2000 follow limit

2009-02-02 Thread Patrick Minton
r's no place to log in, etc. It may come in future versions. So I am not sure what you are getting at. On Feb 1, 2009, at 5:50 PM, Alex Payne wrote: > > Whitelisted users can follow a few more users. But we really don't > encourage following a ton of people. > &

2000 follow limit

2009-02-01 Thread Patrick Minton
Does being whitelisted also mean that you can follow more than 2000 people without having 2000 followed? Lextweet.com uses a twitter account to follow members of the legal community and we are rapidly approaching 2000 Patrick

Re: API Changes for January 7, 2009

2009-01-09 Thread Patrick Minton
We have some blogs with a twitter widget on them (eg. kevin.lexblog.com) As of this change, all of them are prompting for Authorization from the Twitter API. They were not before. Is this expected behavior? Patrick On Jan 8, 2009, at 11:02 AM, Alex Payne wrote: > > (Apologies f

Question RE: IP whitelisting

2009-01-08 Thread Patrick Minton
If I request to whitelist an IP range, does it matter which twitter account I use for authentication? Can I switch back and forth among accounts? Patrick Minton IT Director LexBlog, Inc. +1 206 697 4548

Re: Twitter Users Pictures

2009-01-08 Thread Patrick Minton
ld in my DB too, right? On Jan 7, 2009, at 2:57 PM, Stuart wrote: > > 2009/1/7 Patrick Minton : >> Since you get user objects 100 at a time, you would have to query >> about an unreasonable number of users for this to be a problem imho. >> >> Lextweet.com follows a

Re: Twitter Users Pictures

2009-01-07 Thread Patrick Minton
more than happy to reduce the frequency. On Jan 7, 2009, at 1:45 AM, Stuart wrote: > > 2009/1/7 Patrick Minton : >> Yes, but once you have the url, why store the actual .png locally? >> Sure, if a user changes their profile image you may have a broken >> link, but &

Re: Twitter Users Pictures

2009-01-06 Thread Patrick Minton
pp? Does this URL ever > change or does Twitter ever block access? > Patrick Minton IT Director LexBlog, Inc. +1 206 697 4548