Facebook api BUG?

后端 未结 3 693
有刺的猬
有刺的猬 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: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]];
    

提交回复
热议问题