Facebook API, comments not showing
I'm making a page, with the concept that If someone reply's on a specific post, my page reply's automatic on them. So, I've made a Python-program and let it run 24/7. For me as page-administrator, app-administrator (Facebook app), it works perfect. But, when I react with an other account (normal user, no admin), then I my program returns TraceError 'from'. So, then the program can't find who has reacted...
I've got a small second question. When I go to the page with the other account, I can see the reactions my admin-account placed, but I can't see the auto-reactions my program wrote. So, with my admin account, I see a reaction, with my other account, I just see "show 1 reaction", but when I click on it, it disappears...
Someone who has an idea how I can fix it?
Thanks in advance!
python facebook facebook-graph-api bots
add a comment |
I'm making a page, with the concept that If someone reply's on a specific post, my page reply's automatic on them. So, I've made a Python-program and let it run 24/7. For me as page-administrator, app-administrator (Facebook app), it works perfect. But, when I react with an other account (normal user, no admin), then I my program returns TraceError 'from'. So, then the program can't find who has reacted...
I've got a small second question. When I go to the page with the other account, I can see the reactions my admin-account placed, but I can't see the auto-reactions my program wrote. So, with my admin account, I see a reaction, with my other account, I just see "show 1 reaction", but when I click on it, it disappears...
Someone who has an idea how I can fix it?
Thanks in advance!
python facebook facebook-graph-api bots
Please provide a working minimum example, so that we can look at your code to figure out whats wrong. Also this is a good resource to consult before posting: stackoverflow.com/help/how-to-ask
– Sebastian L
Nov 14 '18 at 7:15
Is your app live, not in dev mode still? Did you get whatever permissions and features it uses reviewed by Facebook already?
– misorude
Nov 14 '18 at 7:23
add a comment |
I'm making a page, with the concept that If someone reply's on a specific post, my page reply's automatic on them. So, I've made a Python-program and let it run 24/7. For me as page-administrator, app-administrator (Facebook app), it works perfect. But, when I react with an other account (normal user, no admin), then I my program returns TraceError 'from'. So, then the program can't find who has reacted...
I've got a small second question. When I go to the page with the other account, I can see the reactions my admin-account placed, but I can't see the auto-reactions my program wrote. So, with my admin account, I see a reaction, with my other account, I just see "show 1 reaction", but when I click on it, it disappears...
Someone who has an idea how I can fix it?
Thanks in advance!
python facebook facebook-graph-api bots
I'm making a page, with the concept that If someone reply's on a specific post, my page reply's automatic on them. So, I've made a Python-program and let it run 24/7. For me as page-administrator, app-administrator (Facebook app), it works perfect. But, when I react with an other account (normal user, no admin), then I my program returns TraceError 'from'. So, then the program can't find who has reacted...
I've got a small second question. When I go to the page with the other account, I can see the reactions my admin-account placed, but I can't see the auto-reactions my program wrote. So, with my admin account, I see a reaction, with my other account, I just see "show 1 reaction", but when I click on it, it disappears...
Someone who has an idea how I can fix it?
Thanks in advance!
python facebook facebook-graph-api bots
python facebook facebook-graph-api bots
asked Nov 14 '18 at 7:09
Jordy JefJordy Jef
1
1
Please provide a working minimum example, so that we can look at your code to figure out whats wrong. Also this is a good resource to consult before posting: stackoverflow.com/help/how-to-ask
– Sebastian L
Nov 14 '18 at 7:15
Is your app live, not in dev mode still? Did you get whatever permissions and features it uses reviewed by Facebook already?
– misorude
Nov 14 '18 at 7:23
add a comment |
Please provide a working minimum example, so that we can look at your code to figure out whats wrong. Also this is a good resource to consult before posting: stackoverflow.com/help/how-to-ask
– Sebastian L
Nov 14 '18 at 7:15
Is your app live, not in dev mode still? Did you get whatever permissions and features it uses reviewed by Facebook already?
– misorude
Nov 14 '18 at 7:23
Please provide a working minimum example, so that we can look at your code to figure out whats wrong. Also this is a good resource to consult before posting: stackoverflow.com/help/how-to-ask
– Sebastian L
Nov 14 '18 at 7:15
Please provide a working minimum example, so that we can look at your code to figure out whats wrong. Also this is a good resource to consult before posting: stackoverflow.com/help/how-to-ask
– Sebastian L
Nov 14 '18 at 7:15
Is your app live, not in dev mode still? Did you get whatever permissions and features it uses reviewed by Facebook already?
– misorude
Nov 14 '18 at 7:23
Is your app live, not in dev mode still? Did you get whatever permissions and features it uses reviewed by Facebook already?
– misorude
Nov 14 '18 at 7:23
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%2f53294808%2ffacebook-api-comments-not-showing%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%2f53294808%2ffacebook-api-comments-not-showing%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
Please provide a working minimum example, so that we can look at your code to figure out whats wrong. Also this is a good resource to consult before posting: stackoverflow.com/help/how-to-ask
– Sebastian L
Nov 14 '18 at 7:15
Is your app live, not in dev mode still? Did you get whatever permissions and features it uses reviewed by Facebook already?
– misorude
Nov 14 '18 at 7:23