79794027

Date: 2025-10-19 00:19:18
Score: 1
Natty:
Report link

Nowadays you can set it with $avatar as key:

  FB.api("/me/picture",function (response) {
    console.log('Avatar URL: ' + response.data.url);
    mixpanel.people.set({
      "$avatar": response.data.url
    });
  }); 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gibay