0

I want to upload a video on facebook profile. But video is not at my android phone. Video is at a server. I have Url of that video. Is it possible ?

I have used Graph api to upload video from my phone to facebook. Its working fine. I can also post that url on facebook wall . But i want to upload video not only post url as a string . Can anyone Share his experience to solve this task.. Thanks in advance.

Rana.S
  • 2,265
  • 3
  • 20
  • 19

1 Answers1

0

What you can do is, install the PHP SDK on the server (or another server side SDK if not PHP), pass the auth-token and other data, such as video title, from the app to the server, and upload the video to FB using the access token provided by the app.

Please let me know if you need more details, but it should be straight forward enough.

Claudiu
  • 3,261
  • 1
  • 15
  • 27