facebook - How to add Place to Video Uploaded via PHP SDK? -
I want to add a location in the video, videos have been uploaded by PHP SDK
How do I I can
'place' = & gt; 'Location ID'; This code works for photos but does not work for the video
As far as I know (and the same docs), place is not possible to connect with video at all.
You can create a separate post after uploading, and add video object_id as well as place accordingly ID. View the documentation for the post here:
Comments
Post a Comment