My app has approved the scope: publish_video, publish_pages, manage_pagesive.
My status app is live and version 3,3.
When I request accessing /{user_id}/live_videos for get rtmp link then I get the exception below:
(#10) To use live-video-api on behalf of people who are not admins, developers and testers of your app, your use of this endpoint must be reviewed and approved by Facebook. To submit this feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review
I have tested on status development, when I request /{user_id}/live_videos, Facebook API return rtmp link.
Please explain to me!
#Chax
My app had approved.
This is the list permisions:
permisions evidence
I had business verification
business verification evidence
Related
In my c# based desktop app, I am live streaming to Facebook. The App is submitted to Facebook and they approved the permission.
Things were working quite fine but suddenly yesterday I check the app and the app is not working anymore. It's work fine if the user is tester, developer or admin of the app.
The error I see in return JSON response is this
"(#10) To use live-video-API on behalf of people who are not admins, developers and testers of your app, your use of this endpoint must be reviewed and approved by Facebook. To submit this feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review"
I am not sure what is going wrong. If Facebook has approved the permission then why it's making error 10. I have searched a lot of docs on facebook developer site but couldn't find any details that can help on this issue.
Yesterday for one of my facebook applications I received an alert message in the developers console that states:
App Review required by August 1, 2018 to retain access to Facebook Platform APIs ... if your ap is not submitted you will loose access to these permissions: user_link, user_gender, user_age_range, user_friends
My application only uses the public_profile permission, which does not require review according to their documentation.
At the same time I am not able to submit my application for review from the developers console because it requires login permissions to be selected and public_profile is not listed there.
Should I be worried that I can't submit my App for review or am I misunderstanding the 'App review form'?
public_profile is deprecated in v3.0 of the Graph API: https://developers.facebook.com/docs/graph-api/changelog/version3.0
It is just a warning though, if you donĀ“t use those permissions then you should be fine for now. Take a look at the changelog about public_profile replacements though.
I'm working on a notification web-app that has a Post-to-Facebook feature. Until the (Graph) API v2.0, it worked great. A user would authenticate with their Facebook account, put their token into our app, and we'd use that to make posts to their wall/page for them when a new notification was sent.
We have applied for the permissions we need to use on Facebook's new API (publish_pages, publish_actions, manage_pages). We received a notice that our application was rejected, so we re-worded the same application for permissions to try to clarify what we use the permissions for, resubmitted it, but have been rejected again.
An app that does almost exactly the same thing we hope to do was granted these permissions (we know, because we both work with- and compete with- that app). Until we found out that that app can still publish posts to Facebook, we believed that all requests to repost/automatically post on users' behalfs were being denied because of a Facebook policy change.
We can't figure out who to contact or where to appeal the denial of these permissions. This probably isn't the right forum (since this isn't specifically a technical question about the API), but I can't see where to take this issue next.
Did you have a look at the Login Review FAQs:
https://developers.facebook.com/docs/facebook-login/review/faqs
or otherwise refer to
https://www.facebook.com/groups/fbdevelopers
In an Unity Game, i use the facebook scores api, so i need the publish_actions permission (https://developers.facebook.com/docs/games/scores).
Despite of i tested my functionality and made requests with test users and real users, when i go to submit to review the app in order to get approved the permission, i have an issue, "it looks like you haven't made any API requests to publish content with the publish_actions permission...", so i can't submit to review de app on facebook.
Somebody have any idea? i only use publish_actions for score managements.
Thanks
it looks like you haven't made any API requests to publish content with the publish_actions permission...
They telling you did not made any API call with that permission. But by telling your steps seems you did API call, so Just try again. Make sure you are passing the publish_action while requesting access token.
I've been reading through the invitable_friends API documentation and it states under Permissions that "Access to the user_friends permission requires review of your app before it can be used by non-developers."
In contrast to this, the Permissions documentation states that "If your app asks for more than than public_profile, email and user_friends it will require review by Facebook before your app can be used by people other than the app's developers."
Can anyone confirm that if we are building a Canvas Facebook Game and trying to use the invitable_friends API whether we need to go through the review process or not?
As I'm not a Facebook employee, I can't "confirm" this, but the review guide at https://developers.facebook.com/docs/apps/review/login#do-you-need-review says that
You do not need to go through Login Review if your app requests these three basic permissions:
* public_profile
* user_friends
* email
So, I guess the docs at https://developers.facebook.com/docs/graph-api/reference/v2.1/user/invitable_friends#readperms are not correct.
I filed a bug report under https://developers.facebook.com/bugs/1528594254021404/ Feel free to subscribe to get an official statement from Facebook (but don't expect this too soon :-/).