Use Facebook app API to publish page postid, and the publisher displayed is the name of the app. Can you change it to the name of the home page (post name)?
enter image description here
Related
I have created and Reviewed one of my Facebook Business app, when I am requesting for page token and try to list all comments of a post, I am getting maximum commenter user id and name, but whos are not using my app those people name and id are not showing.
I have Messenger Bot and want to do this action.
User click Button Template(URL) .
Messenger opens new tab
On Web app header display header with fullname, display Picture
All these data are public data ex: user fullname, picture url to display.
I know can use Graph API with USER_ID,
BUT In Messenger Bot can get only SCOPE_ID, so it cannot be used in graph api.
Any way to achieve like this
and No login required.
In order to use the User Profile API, you can make a GET call to
https://graph.facebook.com/v2.6/<USER_ID>?access_token=PAGE_ACCESS_TOKEN
<USER_ID> is the page-scoped ID PSID that returned with any messaging object
I use "html static iframe tab by woobox" to create a fan gate.
The fan gate shows differnt pages for users who liked the page, and another page for non-likers.
I have two aspx pages on my server one for likers and one for none-likers.
For the likers page whitch has an Iframe I link my first webpage.
In this webpage i want to get the facebook userid that is currently in the likers page.
Do I have to create an application in order to get the userid?
Do i have to get the user permission?
How do i use js sdk to do it?
Thanks
Yes, you have to create an App to get the User ID, and the user must authorize your App. See here for further information about login with the JavaScript SDK: https://developers.facebook.com/docs/facebook-login/login-flow-for-web/v2.0
But keep in mind that you will NOT get the real User ID, Facebook made some changes recently and you can only get an "App Scoped ID" - see the Changelog for further information: https://developers.facebook.com/docs/apps/changelog
DonĀ“t worry, the App Scoped ID will not change, even if the User deauthorizes and authorizes your App again.
Is it possible to get the description that visitor used to share a page on Facebook after clicking the page's share button?
Unfortunately, there is no way to see what description the user entered when sharing your page or other content. If the share is public then you'll be able to retrieve the share text if you know the user's facebook ID, but it will require Facebook API calls.
I noticed that the Facebook Facepile plugin shows my friends who 'Liked' the page on some apps while it shows my friends who 'Connected' to the app on others.
How do I choose which one Facepile shows?
I am aware that I can assign a custom action to Facepile. If I want to show friends that have connected/authorized the app, does that mean I need to create a new action called "connect"?
According to the facepile social plugin documentation:
https://developers.facebook.com/docs/reference/plugins/facepile/
To display users who have liked your page, specify the URL of your
page as the href parameter. To display users who have signed up for
your site, specify your application id as the app_id parameter.