I\'m doing the scrumptios facebook developer tutorial for the 3.1 iOS SDK. I\'ve managed to display my profile name from facebook, however the FBProfilePictureView wont show
I have the same problem. My solution is to uncheck the "Use autolayout" option in "File Inspector" of the xib file. To open the "File Inspector", press cmd+option+1 after opening the xib file.
Edit 1: Just find another solution.
Try to set a width constraint and height constraint to the profile picture view. I find this tutorial is useful.