Reputation: 1220
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."
Upvotes: 1
Views: 1157
Reputation: 1543
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.
Upvotes: 1