View Single Post
Old 06-04-2012, 03:44 AM   PM User | #4
xelawho
Senior Coder

 
xelawho's Avatar
 
Join Date: Nov 2010
Posts: 2,461
Thanks: 52
Thanked 457 Times in 455 Posts
xelawho will become famous soon enoughxelawho will become famous soon enough
you can see an example of the object returned here

so if you're looking for the user profile pic I'm guessing that would be something like
Code:
$("#tweets").append("<p>" + item.text.makeLinks() +" ("+item.created_at +") <img src="+item.user.profile_image_url+"></img></p>");
xelawho is offline   Reply With Quote