Cannot use fan_count of Facebook page
Preface
Before I start to explain this problem, I want to clarify that I saw a lot of people with the exact same problem but no one has found a solution. This problem is related to the recent Facebook update regarding the big issue which has envolved a lot of account.
The Problem
I have a Wordpress blog which have installed the plugin Social Count Plus. This plugin simply display the Facebook likes available in my own page, so I'm also the admin of that page.
Before the Facebook update, all worked well, but now seems that I need to get this feature Page Public Content Access
to access to some information of my own Facebook page. And this is already a big bullshit.
What I did
Now, I saw a lot of people that complain this but Facebook simply doesn't take care of this. Anyway, for get the Page Public Content Access
I had to ask the app review which I have create in the Facebook Developer Dashboard. I would say that I spent at least 4 months of useless attempts and I still get my app not reviewed because the screencast which I have provided seems not descriptive.
Seems that Facebook simply doesn't take care of the niche pages, because my Facebook Page have only 200 likes. So if you're not famous, you'll never get your app approved.
Also, the author of this plugin seems disappered, and other plugins simply have the exact same problem.
The plugin configuration have the following settings:
I can also check the system status:
and this will give me:
[www-authenticate] => OAuth "Facebook Platform" "invalid_request" "(#10) To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'Page Public Content Access' feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review."
Did someone find a temporary solution?
wordpress

add a comment |
Preface
Before I start to explain this problem, I want to clarify that I saw a lot of people with the exact same problem but no one has found a solution. This problem is related to the recent Facebook update regarding the big issue which has envolved a lot of account.
The Problem
I have a Wordpress blog which have installed the plugin Social Count Plus. This plugin simply display the Facebook likes available in my own page, so I'm also the admin of that page.
Before the Facebook update, all worked well, but now seems that I need to get this feature Page Public Content Access
to access to some information of my own Facebook page. And this is already a big bullshit.
What I did
Now, I saw a lot of people that complain this but Facebook simply doesn't take care of this. Anyway, for get the Page Public Content Access
I had to ask the app review which I have create in the Facebook Developer Dashboard. I would say that I spent at least 4 months of useless attempts and I still get my app not reviewed because the screencast which I have provided seems not descriptive.
Seems that Facebook simply doesn't take care of the niche pages, because my Facebook Page have only 200 likes. So if you're not famous, you'll never get your app approved.
Also, the author of this plugin seems disappered, and other plugins simply have the exact same problem.
The plugin configuration have the following settings:
I can also check the system status:
and this will give me:
[www-authenticate] => OAuth "Facebook Platform" "invalid_request" "(#10) To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'Page Public Content Access' feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review."
Did someone find a temporary solution?
wordpress

If you want this for your own page only, then it should use a page access token for the request - then the API knows you have admin access to the page, and that makes it not “public access”. But the plugin would need to properly implement the necessary steps to begin with (asking the user for the correct permission, and get its use of that approved in review for the app id in question), and from the screenshots it doesn’t look like it currently provides that kind of functionality.
– misorude
Jan 7 at 8:14
add a comment |
Preface
Before I start to explain this problem, I want to clarify that I saw a lot of people with the exact same problem but no one has found a solution. This problem is related to the recent Facebook update regarding the big issue which has envolved a lot of account.
The Problem
I have a Wordpress blog which have installed the plugin Social Count Plus. This plugin simply display the Facebook likes available in my own page, so I'm also the admin of that page.
Before the Facebook update, all worked well, but now seems that I need to get this feature Page Public Content Access
to access to some information of my own Facebook page. And this is already a big bullshit.
What I did
Now, I saw a lot of people that complain this but Facebook simply doesn't take care of this. Anyway, for get the Page Public Content Access
I had to ask the app review which I have create in the Facebook Developer Dashboard. I would say that I spent at least 4 months of useless attempts and I still get my app not reviewed because the screencast which I have provided seems not descriptive.
Seems that Facebook simply doesn't take care of the niche pages, because my Facebook Page have only 200 likes. So if you're not famous, you'll never get your app approved.
Also, the author of this plugin seems disappered, and other plugins simply have the exact same problem.
The plugin configuration have the following settings:
I can also check the system status:
and this will give me:
[www-authenticate] => OAuth "Facebook Platform" "invalid_request" "(#10) To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'Page Public Content Access' feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review."
Did someone find a temporary solution?
wordpress

Preface
Before I start to explain this problem, I want to clarify that I saw a lot of people with the exact same problem but no one has found a solution. This problem is related to the recent Facebook update regarding the big issue which has envolved a lot of account.
The Problem
I have a Wordpress blog which have installed the plugin Social Count Plus. This plugin simply display the Facebook likes available in my own page, so I'm also the admin of that page.
Before the Facebook update, all worked well, but now seems that I need to get this feature Page Public Content Access
to access to some information of my own Facebook page. And this is already a big bullshit.
What I did
Now, I saw a lot of people that complain this but Facebook simply doesn't take care of this. Anyway, for get the Page Public Content Access
I had to ask the app review which I have create in the Facebook Developer Dashboard. I would say that I spent at least 4 months of useless attempts and I still get my app not reviewed because the screencast which I have provided seems not descriptive.
Seems that Facebook simply doesn't take care of the niche pages, because my Facebook Page have only 200 likes. So if you're not famous, you'll never get your app approved.
Also, the author of this plugin seems disappered, and other plugins simply have the exact same problem.
The plugin configuration have the following settings:
I can also check the system status:
and this will give me:
[www-authenticate] => OAuth "Facebook Platform" "invalid_request" "(#10) To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook. To submit this 'Page Public Content Access' feature for review please read our documentation on reviewable features: https://developers.facebook.com/docs/apps/review."
Did someone find a temporary solution?
wordpress

wordpress

asked Jan 2 at 9:30
atelionatelion
418
418
If you want this for your own page only, then it should use a page access token for the request - then the API knows you have admin access to the page, and that makes it not “public access”. But the plugin would need to properly implement the necessary steps to begin with (asking the user for the correct permission, and get its use of that approved in review for the app id in question), and from the screenshots it doesn’t look like it currently provides that kind of functionality.
– misorude
Jan 7 at 8:14
add a comment |
If you want this for your own page only, then it should use a page access token for the request - then the API knows you have admin access to the page, and that makes it not “public access”. But the plugin would need to properly implement the necessary steps to begin with (asking the user for the correct permission, and get its use of that approved in review for the app id in question), and from the screenshots it doesn’t look like it currently provides that kind of functionality.
– misorude
Jan 7 at 8:14
If you want this for your own page only, then it should use a page access token for the request - then the API knows you have admin access to the page, and that makes it not “public access”. But the plugin would need to properly implement the necessary steps to begin with (asking the user for the correct permission, and get its use of that approved in review for the app id in question), and from the screenshots it doesn’t look like it currently provides that kind of functionality.
– misorude
Jan 7 at 8:14
If you want this for your own page only, then it should use a page access token for the request - then the API knows you have admin access to the page, and that makes it not “public access”. But the plugin would need to properly implement the necessary steps to begin with (asking the user for the correct permission, and get its use of that approved in review for the app id in question), and from the screenshots it doesn’t look like it currently provides that kind of functionality.
– misorude
Jan 7 at 8:14
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54003951%2fcannot-use-fan-count-of-facebook-page%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54003951%2fcannot-use-fan-count-of-facebook-page%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If you want this for your own page only, then it should use a page access token for the request - then the API knows you have admin access to the page, and that makes it not “public access”. But the plugin would need to properly implement the necessary steps to begin with (asking the user for the correct permission, and get its use of that approved in review for the app id in question), and from the screenshots it doesn’t look like it currently provides that kind of functionality.
– misorude
Jan 7 at 8:14