Forum Discussion

JonAcampora's avatar
JonAcampora
Regular Visitor
9 years ago
Solved

Facebook Posts Table Column Limited on API v2.8

The Facebook Posts table is now limited to 5 columns on the latest version of Power BI Desktop (April 2017 Update). It is now referencing v2.8 of the Facebook Graph API.  It was previously referencin...
  • Suvidha's avatar
    9 years ago

    Hi Jon,

     

    That is right, we updated our Facebook API's to v2.8. 

    As per the facebook documentation, since v2.4, "Nodes in the Graph API will return fewer fields by default. Use the 'fields' param to explicitly ask for the set of fields you want. If you ask for an explicit set of fields, the response will not contain any extra fields that you did not ask for".

    As of now, we don't pull in any additional fields. So, if you want "type", "name" fields, you could do something like

    = Facebook.Graph("https://graph.facebook.com/v2.8/me/posts?fields=type,name")

     

    Thanks,

    Suvidha