How to upload a picture for an event using the Facebook Graph API?

后端 未结 5 1936
慢半拍i
慢半拍i 2021-02-03 11:33

I would like to know how to add a picture to an event using the Facebook Graph API. I have seen this question and tried some variations on that theme, without any success. The o

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-03 12:33

    While searching for the problem, i found following links which might be of interest.

    http://wiki.developers.facebook.com/index.php/PHP

    http://wiki.developers.facebook.com/index.php/Photos.upload

    http://developers.facebook.com/docs/reference/rest/

    In last link, check "Publishing methods" and "Dashboard API methods". It has methods for Video and Photo uploading.

    Photo: http://developers.facebook.com/docs/reference/rest/photos.upload

    Video: http://developers.facebook.com/docs/reference/rest/video.upload

    --------------EDIT---21st May,2010,8:58 PM IST---------------------

    Check this thread out, it shows photo uploding code in PHP using graph API which you mentioned.

    Upload Photo To Album with Facebook's Graph API

    I hope this helps.

    thanks.

提交回复
热议问题