New Changes in image format of Events @ Facebook

Home Forums Calendar Products Event Aggregator New Changes in image format of Events @ Facebook

Viewing 4 posts - 16 through 19 (of 19 total)
  • Author
    Posts
  • #45668
    Timothy Wood
    Participant

    Hey guys I have updated our plugin with a change to retrieve cover images instead of the normal picture api. In the next release it will have this built in; however, in the meantime if you feel like replace the method get_facebook_photo in the-events-calendar-facebook-importer.php (line 273 in version 1.5) to add additional parsing to the Facebook Open Graph picture import. You can use the code in https://gist.github.com/codearachnid/5371606 to get the largest version of the cover image that Facebook will supply.

    #46409
    efromdc
    Participant

    Right. Facebook’s new emphasis on photos altered their events table/ graph API so that “cover” is the new default field…

    #46410
    efromdc
    Participant

    If the dev is reading this thread, he full image in the graph api is
    “cover”: {
    “cover_id”: id-number,
    “source”: “https://sphotos-url.jpg”
    }

    #46411
    efromdc
    Participant

    “the” full image

Viewing 4 posts - 16 through 19 (of 19 total)
  • The topic ‘New Changes in image format of Events @ Facebook’ is closed to new replies.