[twitter-dev] Re: Getting larger scale user avatars

2011-02-28 Thread t.arnf...@googlemail.com
9325/bw_normal.jpg"; > > > 73x73px: > >http://a1.twimg.com/profile_images/1229819325/bw_bigger.jpg > > > Original: > >http://a1.twimg.com/profile_images/1229819325/bw.jpg > > Hope thats helpful. > > > Scott. > > > On 26 Feb 2011, at 20

[twitter-dev] Re: Getting larger scale user avatars

2011-02-28 Thread t.arnf...@googlemail.com
m/profile_images/1229819325/bw_normal.jpg"; > > 73x73px:http://a1.twimg.com/profile_images/1229819325/bw_bigger.jpg > > Original:http://a1.twimg.com/profile_images/1229819325/bw.jpg > Hope thats helpful. > > Scott. > > On 26 Feb 2011, at 20:19, t.arnf...@googlemail.com wrote:

[twitter-dev] Getting larger scale user avatars

2011-02-26 Thread t.arnf...@googlemail.com
Hey, I noticed today when using the API that the avatars that come back via the account/verify_credentials are 48 x 48 pixels in size. Is there a way to get a larger size, something more like 96 x 96? Thanks, Tom Arnfeld @twtmore -- Twitter developer documentation and resources: http://dev.twit

[twitter-dev] Twitter service authentication

2010-07-07 Thread t.arnf...@googlemail.com
Hello :) I am building a service for twitter apps to use which has an API thats quite simple. The question I have is that, I need to - from some kind of data the application sends me - get hold of the users twitter account to first, check if its a valid account, second to get their profile pic url

[twitter-dev] @Anywhere on a specific object?

2010-04-26 Thread t.arnf...@googlemail.com
Is there a way to have twitter @Anywhere on any HTML element like a or an tag? I want to specify my twitter username too :) Thanks in advanced! -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

[twitter-dev] Re: Getting Followers (OAuth) and Cursor Parameter.

2009-12-11 Thread t.arnf...@googlemail.com
n->get('statuses/followers', array("cursor"=> $lastTweetToStartAt)); foreach($con->users as $follower){ $array[] = $follower->screen_name; } print_r($array); die(); ?> On Dec 10, 5:37 pm, Mark McBride wrote: > This is indeed the way you do it. > > On Th

[twitter-dev] Re: Getting Followers (OAuth) and Cursor Parameter.

2009-12-11 Thread t.arnf...@googlemail.com
So i pass back eg: 1.876534678594E+18 or do i pass back -1.876534678594E+18 ? On Dec 10, 5:37 pm, Mark McBride wrote: > This is indeed the way you do it. > > On Thu, Dec 10, 2009 at 8:49 AM, t.arnf...@googlemail.com > > > > > > wrote: > > Hi, > > I

[twitter-dev] Getting Followers (OAuth) and Cursor Parameter.

2009-12-10 Thread t.arnf...@googlemail.com
Hi, I understand when using the Twitter OAuth API to request a list of followers, i am given only 100. When i add the "cursor" => "-1" i am given a [users] section and then [next_cursor] and [previous_cursor] If i wanted to get all of the followers i could call the first followers request, then wh