Facebook api BUG?

后端 未结 3 684
有刺的猬
有刺的猬 2021-01-16 00:12

I am building an iphone app that reads the videos uploaded , photos uploaded and posts from facebook. The photos and the videos are not from the feed, they are from the albu

相关标签:
3条回答
  • 2021-01-16 00:45

    You need permissions for user's videos and pictures.

    0 讨论(0)
  • 2021-01-16 00:52

    try something like this.. just convert the string to a URL..

    NSString *urlString = [NSString stringWithFormat:@"https://graph.facebook.com/me/videos/uploaded?date_format=U&access_token=%@",[authenticationKey_ stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]];
    
    0 讨论(0)
  • 2021-01-16 01:01

    the bug has been confirmed and assigned

    http://developers.facebook.com/bugs/234838783244280

    0 讨论(0)
提交回复
热议问题