Facebook Graph API Post to facebook page issue after posting - facebook-graph-api

I am using facebook graph api to post on my facebook page through gmail, there everything is 100% perfect and i successfully posted all emails to my facebook page
The issue is
After posting on facebook no one can see those posts, neither other page admins, nor the audience who liked the page ( Only i can see those posts)
I created everything from my facebook ID.
Kindly help me to resolve this issue or tell me why is this happening so that i can resolve it and my audience can see those posts on my page.
Thanks in advance

Related

How to get notify when a user mention page?

I just started to make Facebook page bot with Facebook Graph Webhooks/APIs
I'm finding a way to receive notifications, including mentioner_id and post_url, when someone mention my page in any posts.
I have tried searching for mentions in app permissions / page subscriptions
I also searched it up and found this one:
https://developers.facebook.com/docs/graph-api/webhooks/reference/page/#mention
But still no luck...
This is what my page subscription fields looks like:

Facebook Graph API - not able to get from name for all the comments on a post

I am using Facebook Graph API version 8. I want to get all the comments from a selected post along with the user who commented. I am asking for following permissions while connecting the Facebook Business page with my platform:
'public_profile', 'email', 'pages_read_user_content', 'pages_read_engagement'
My issue is that from all the comments received few of them have detail of the user who commented and few doesn't. I am using long live user access token to fetch the comments from the selected post.
Can anyone please help me identify the thing what I am doing wrong? Wrong access token or missing permission? I have tried a lot of things but could not figure out the issue.

Is there anyone who is really able to get facebook page feed through realtime updates?

I was trying to setup a realtime update for one of my facebook app from a facebook page. I have tried each and every process described in facebook official api docs as well as other developers blogs. But no luck till now. My subscription is successful, I can see it both from api explorer and facebook url. My callback url also works perfectly. But when something new published in my page, I don't get any updates. Hoping anyone will reply who got it really working by him/her self.
Please do not suggest any facebook doc, I have already tried them.

Facebook Scheduled Posts and Twitter

I linked my Facebook page and Twitter. When I post messages through API, they are getting posted to both my Facebook and Twitter.
However, it's not working when I try the scheduled Facebook posts. At the scheduled time, the Facebook post is getting posted, but it is not sending them to Twitter.
Is this a known problem?
I faced the same problem too, but unfortunately Google search gave me an answer that Facebook's scheduled post won't integrate with Twitter.
Here is the link that I found (Read #5):
http://www.socialmediaexaminer.com/facebook-scheduled-posts/

Regarding Facebook login integration

I am having a problem that I want to integrate the Facebook login in my website, so I have registered my website in Facebook and now if I am doing the Facebook login from my site it only permits me to login htrough Facebook, as I have registered the website in my Facebook account.
I know that this should not be the case. But what I am missing here, I am not able to get that. I want all the users will be able to login to my website through Facebook.
Thanks for the help :)
I was about to suggest that you check whether your app is still in Sandbox mode, but I see from your comment that you already figured this out :)