문제

I want to add Place to videos, Videos Are Uploaded by PHP SDK

How can I do This ?

'Place'=>'place id'; This Code work for Photos But Dont Work for Videos

도움이 되었습니까?

해결책

As far as I know (and the docs at https://developers.facebook.com/docs/graph-api/reference/video/ say the same), it isn't possible to add a Place with a Video at all.

You could create a separate Post after the upload, and add the Video object_id as well as the Place id accordingly. See the docs for Posts here: https://developers.facebook.com/docs/graph-api/reference/post/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top