[twitter-dev] Re: Twitter API - Grab profile pic URL

2010-06-01 Thread Bruce
Whoop Whoop Just managed to sort the issue out... Basically
twitter don't update the profile pic info for that API call unless you
create a new tweet... I hadn't created any new tweet since changing my
profile pic so it showing outdated data

Just glad its fixed!

Thanks for your help guys!

On Jun 1, 7:21 am, Bruce  wrote:
> Hey Mark,
>
> That API call gives me the right profile pic but only displays the
> last tweet.  I am needing an API Call which gives me at least the last
> three tweets and all the user information.  I am using the Drupal CMS
> Twitter Module.  I can easily change the API call it uses but wouldn't
> be able to rewrite the module to grab this info using multiple API
> calls.
>
> Any ideas?
>
> On May 31, 3:45 pm, Mark McBride  wrote:
>
>
>
> > Even better, usehttp://api.twitter.com/1/users/show/ > screen name>.xml.  Usinghttp://twitter.comforAPI calls is frowned
> > upon these days.
>
> >    ---Mark
>
> >http://twitter.com/mccv
>
> > On Mon, May 31, 2010 at 7:45 AM, Mark McBride  wrote:
> > > Try usinghttp://twitter.com/users/show/ > > name>.xml instead.  The user objects in user_timeline may be stale.
>
> > >   ---Mark
>
> > >http://twitter.com/mccv
>
> > > On Mon, May 31, 2010 at 4:40 AM, Bruce  wrote:
> > >> Hey Guys,
>
> > >> I am having trouble trying to grab my Profile Pic URL via the API.  I
> > >> am trying to grab it using the following path -
> > >>http://twitter.com/statuses/user_timeline.xml?id=usernamebutit
> > >> returns the default profile picture (http://s.twimg.com/a/1274899949/
> > >> images/default_profile_2_normal.png) and not the custom profile pic
> > >> which is displayed on my twitter homepage.
>
> > >> Any ideas?
>
> > >> Bruce


[twitter-dev] Re: Twitter API - Grab profile pic URL

2010-05-31 Thread Bruce
Hey Mark,

That API call gives me the right profile pic but only displays the
last tweet.  I am needing an API Call which gives me at least the last
three tweets and all the user information.  I am using the Drupal CMS
Twitter Module.  I can easily change the API call it uses but wouldn't
be able to rewrite the module to grab this info using multiple API
calls.

Any ideas?

On May 31, 3:45 pm, Mark McBride  wrote:
> Even better, usehttp://api.twitter.com/1/users/show/ screen name>.xml.  Usinghttp://twitter.comfor API calls is frowned
> upon these days.
>
>    ---Mark
>
> http://twitter.com/mccv
>
>
>
> On Mon, May 31, 2010 at 7:45 AM, Mark McBride  wrote:
> > Try usinghttp://twitter.com/users/show/ > name>.xml instead.  The user objects in user_timeline may be stale.
>
> >   ---Mark
>
> >http://twitter.com/mccv
>
> > On Mon, May 31, 2010 at 4:40 AM, Bruce  wrote:
> >> Hey Guys,
>
> >> I am having trouble trying to grab my Profile Pic URL via the API.  I
> >> am trying to grab it using the following path -
> >>http://twitter.com/statuses/user_timeline.xml?id=usernamebut it
> >> returns the default profile picture (http://s.twimg.com/a/1274899949/
> >> images/default_profile_2_normal.png) and not the custom profile pic
> >> which is displayed on my twitter homepage.
>
> >> Any ideas?
>
> >> Bruce