upload Video to Facebook using iOS6 Social Framework

前端 未结 2 921
耶瑟儿~
耶瑟儿~ 2020-12-29 16:55

I want to publish a video file to facebook. Previously I used the Facebook iOS SDK3.0 and it works. However, for iOS6 Social Framework, there is problem.

 _         


        
2条回答
  •  暖寄归人
    2020-12-29 17:24

    I'm working the same issue. I think your error is from ARC and NSData *videoData gets deleted before the return from performRequestWithHandler.

提交回复
热议问题