Facebook scope permission - iOS -
i have been using facebook scope video_upload , photo_upload upload video , photo ios app users.
fbsession* sess = [[fbsession alloc] initwithpermissions:[nsarray arraywithobjects: @"basic_info", @"publish_actions", @"photo_upload",@"publish_stream",@"video_upload", nil]]; but found that, using latest facebook ios sdk 3.15, may need submit approval?
i see in developer panel.
question: pressing "start submission", find publish_actions, not video_upload. can upload video on behave of users after approval of publish_actions?
thanks.
you have @ facebook docs, you'd find answer:
videos: https://developers.facebook.com/docs/graph-api/reference/v2.0/user/videos#publish photos: https://developers.facebook.com/docs/graph-api/reference/v2.0/user/photos/#publishyou need publish_actions both.
remember should start submission if app ready facebook test it. if it's not, can utilize admin or test users test functionalities while developing.
ios facebook facebook-graph-api
No comments:
Post a Comment