Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

An avatar is the graphical representation of the user.

learn more… | top users | synonyms

0
votes
1answer
19 views

How to resize Facebook Profile Picture by height on Xcode?

How do I resize Facebook avatar with WIDTH: AUTO & HEIGHT: x amount ? Code below works but when the avatar is wider, it appears that the image is cramped. /** * Update avatar */ - (void) ...
0
votes
0answers
27 views

XMPP require user avatar

I try to get the avatar of any user by send iq to require user vcard . When I got the response from the server I try to set the PictureBox image to user avatar.Yes I done that part but the picture ...
2
votes
1answer
69 views

Facebook like button avatars

I want to display more friend avatars on the like button box when I insert the code on my website, is it possible? I got the code from this, ...
0
votes
0answers
62 views

Override plug-in's image source

A GooglePlus WP plug-in I'm using is pulling in a dead avatar image link and I want to over-ride it using CSS so it just shows a single generic avatar. The problem is each img src is a unique number ...
-2
votes
3answers
2k views

how to download facebook profile photo to my own server with php?

i'm using graph api to connect to facebook. now i want to get the users facebook avatar and store in my own server, so later user could change photo. I could get photo through url: ...
0
votes
1answer
753 views

How to detect default avatar on facebook?

How to detect default avatar on the link like this: https://graph.facebook.com/'.$id.'/picture?type=large? Is it the only way to get avatars (male/female) from special prepared profiles and then ...
0
votes
2answers
371 views

Twitter, Facebook - is there any way to get the original images of avatars?

Through RoR gem OmniAuth is possible to get an informations about the users, who log-in to the application through their Twitter or Facebook account. Both of these social sites in their API offers ...
2
votes
1answer
2k views

how to show facebook and twitter user profile image on my website's comments

I am showing Gravatar's Avatar on my webpage comments like that $hash = md5(trim($row['email'])); $default_usr = urlencode('http://localhost/example/images/user-icon.jpg'); ...
1
vote
2answers
7k views

Facebook GRAPH API + PHP SDK: get the URL of the large user picture

I'm trying to rewrite a Facebook app (a PHP script embedding a small multiplayer Flash game) from old FBML to new iFrame type and it kind of works: <?php require_once('facebook.php'); ...
3
votes
2answers
794 views

How do I retrieve a user's Facebook avatar in my Android App?

I'm trying to retrieve the currently-logged-in user's avatar image so that I can save it on my server and use it later in my application. How would I go about getting the image directly?
3
votes
1answer
867 views

Facebook user has no avatar, please help he find the reason and a possible workaround

I have a Facebook application and showing Facebook Connected users at my pages. But I see this particular user's avatar is just blank. So even Facebook's own "no photo" image is not showing as well ...