FBProfilePictureView object won't show image

前端 未结 7 1419
别跟我提以往
别跟我提以往 2020-12-18 22:34

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

7条回答
  •  庸人自扰
    2020-12-18 23:23

    To resolve this, add this as the first line in the app delegate's application:didFinishLaunchingWithOptions: method:

    [FBProfilePictureView class];

提交回复
热议问题