I notice that Facebook app policy is going to be changed on April 30th, 2015. My app is under the policy due to the app uses Facebook SDK 1.x and it posts contents using publish_actions permission.
If the app is not get through Facebook's app review with old SDK before due date, is publish_actions permission blocked automatically?
And, if the app doesn't pass the review although it uses new 2.x SDK, is publish_actions permission blocked too?
Related
I'm trying to make an app that will allow blog posts from my website to be published to a Facebook page which I am the admin of.
Obviously I need the publish_pages and manage_pages permission to do this and I need to provide a screencast showing how these permissions will be used.
From my understanding, I can still publish a post from my website to my Facebook page while the app is in development mode as long as I am the admin of the page (which I am) but the posts won't be visible to the public.
So I complete the authentication process here (see below).
Finally I add my blog post. However, I then get the following as an error message
"(#200) The permission(s) publish_actions are not available. It has been deprecated. If you want to provide a way for your app users to share content to Facebook, we encourage you to use our Sharing products instead."
Would this be an issue with the system I am using, making a depreciated API call?
Deprecation:
The publish_actions permission will be deprecated. This permission granted apps access to publish posts to Facebook as the logged in user. Apps created from today onwards will not have access to this permission. Apps created before today that have been previously approved to request publish_actions can continue to do so until August 1, 2018. No further apps will be approved to use publish_actions via app review. Developers currently utilizing publish_actions are encouraged to switch to Facebook's Share dialogs for web, iOS and Android.
From now on you can only publish to your own facebook profile not facebook page. For more information you can visit their official documentation
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 have an old Facebook app that is currently using the v1.0 API.
I am planning to migrate to v2.2 before April 30th, 2015.
I would like to request a new extended permission for my app, but I am afraid that during the review process Facebook will automatically bump my app to v2.0 in the process. Is this true?
Is it safe to submit a new review request for apps still using v1.0, before April 30th? Thanks
Can i get read_stream, publish_actions and user_photos permissions for my TV app? There is no other official Facebook client present in my TV.
I already have my Facebook app running with all these permissions. I need to upgrade my app with graph API 2.2. But due to version and changes in permissions, I am not clear whether I will get approval for these permissions.
About read_stream:
This permission is granted to apps building a Facebook-branded client on platforms where Facebook is not already available. For example, Android and iOS apps will not be approved for this permission. In addition, Web, Desktop and TV apps will not be granted this permission.
Source: https://developers.facebook.com/docs/facebook-login/permissions/v2.2#reference-read_stream
If you get the other permissions approved only depends on your implementation. For example, you are not allowed to prefill the message (or the photo caption) if you want to post something with publish_actions.
I created facebook app for my website & To enriches the user's experience i need extended permissions from facebook for my app ( which includes read_stream with some other permission ) , i have submitted the app for reviews with valid description but submission were not approved and i could not find any valid reason for that.
I noticed this description in read_stream -- Android and iOS apps will not be approved for this permission. In addition, Web, Desktop, in-car and TV apps will not be granted this permission. , can you please explain meaning of this ?
Here is my reference site - https://hootsuite.com/ , they are using read_stream as well.
Hootsuite is using a v1.0 App created before v2.0 was introduced. It will stop working for them after April 2015, when they have to go through the review process too. You will not get read_stream approved for your website, as you can read in the quote you posted.
Meaning, you can only use read_stream in an App created before end of April 2014, and only until end of April 2015. Not worth using it anymore imho.
It's all in the docs:
https://developers.facebook.com/docs/facebook-login/permissions/v2.2#reference-read_stream
This permission is granted to apps building a Facebook-branded client on platforms where Facebook is not already available. For example, Android and iOS apps will not be approved for this permission. In addition, Web, Desktop, in-car and TV apps will not be granted this permission.
So, I strongly doubt that you'll receive this permission during app review.
Now someone can use "user_posts" permission - This new permission allows an app to access the posts on a person's Timeline. This includes the someone's own posts, posts they are tagged in and posts other people make on their Timeline.
This is a useful alternative to News Feeds.
Previously, this content was accessible with the read_stream permission. The user_posts permission is automatically granted to anyone who previously had read_stream permission.
Facebook Platform Changelog