We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are some issues now with the fcb connector, it won't get data.
The text was updated successfully, but these errors were encountered:
The error from template power bi in scitylana.com.
first Expression.Error: The name 'FacebookAds.Ads' wasn't recognized. Make sure it's spelled correctly.
second Expression.Error: The field 'name' of the record wasn't found. Details: has_error=TRUE error_value=[Record] error_reason=DataSource.Error error_message=Web.Contents failed to get contents from 'https://graph.facebook.com/v6.0/me/adaccounts?access_token=EAAJlUhVTtKsBAFKosAWW0XISZAb2JSJaBy1RN4DZAadChVALvyuBmkWIQjnEVRVZCk9KB2SSOORejEYPXE1jtvOae4iNBtpW70pS28iS3HHySSFDuO42geQ1XOTEUofaE5usz2bpozOa5GehGCMyexkvQZBIpkAfMWfnLDAEzkOOkKyQi9xh&fields=id%2Cname&limit=1' (400): Bad Request
Sorry, something went wrong.
there is a new version of the facebook API, I just made the update of the FacebookPages.pq file:
Change this: scopes = { "read_insights", "pages_manage_ads", "pages_manage_metadata", "pages_read_engagement", "pages_read_user_content", "pages_manage_posts", "pages_manage_engagement" };
scopes = { "read_insights", "pages_manage_ads", "pages_manage_metadata", "pages_read_engagement", "pages_read_user_content", "pages_manage_posts", "pages_manage_engagement" };
;)
No branches or pull requests
There are some issues now with the fcb connector, it won't get data.
The text was updated successfully, but these errors were encountered: