nirav kalola
nirav kalola

Reputation: 1220

Error while submission of "publish_actions" permission in facebook developer account

I have created facebook developer account last week.

I need to upload videos from android app to facebook page.

when i request to post videos using graph api it shows me publish_actions" error. After research i found i haven't add this permission in my account.

I am trying to add "publish_actions" permission in my facebook developer account, but during submission it shows "It looks like you haven't made any API requests to access content with the publish_actions permission in the last 30 days."

enter image description here

Upvotes: 1

Views: 1157

Answers (1)

in order to try POST requests (with publish_permissions for example) you can do the following: On facebook developer page,go to Graph API Explorer menu section (under Tools & Support).On the Graph API Explorer page, select your app and try graph api post requests (selecting POST in request type) like publish, retrieve data and so on.

enter image description here

Upvotes: 1

Related Questions