Note that there are some explanatory texts on larger screens.

plurals
  1. POIssue loading MY profile picture in AS3
    primarykey
    data
    text
    <p>I'm having issues loading MY profile picture from a Flash App ON Facebook. It works fine locally, but when I upload to Facebook it loads this profile picture for ME ONLY (not my friends): <a href="http://profile.ak.fbcdn.net/" rel="nofollow">http://profile.ak.fbcdn.net/</a></p> <p>Here's what I'm doing:</p> <ol> <li>Get the Facebook ID of my friends and me</li> <li>Create a URL string: graph.facebook.com/[FACEBOOK ID]/picture?type=large for each of my friends and me.</li> <li>Throw the URLs into loaders and load!</li> <li>Facebook returns the actual address to each image: ie: <a href="http://profile.ak.fbcdn.net/hprofile-ak-snc4/370825_524761447_653077984_n.jpg" rel="nofollow">http://profile.ak.fbcdn.net/hprofile-ak-snc4/370825_524761447_653077984_n.jpg</a></li> <li>Throw the RETURNED address into another loader and then load the final, actual image.</li> </ol> <p>Once this is done, the images are all loaded for all my friends, but for some reason, MY profile image always loads the generic one up at the beginning of the post (the profile.ak.fbcdn.net address without anything following...). It's this way for ANY user that's logged in. I've tested it on several profiles and had my friends test the app as well, they ALL get that generic picture as "their" picture ...</p> <p>On a side note: The code worked fine before Christmas break in 2011 ... and when we came back to school in 2012 it didn't work any more, and we didn't change any of our code. I wonder if this is a Facebook API bug and not something we did.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload