Facebook Jobs API – Facebook api
I have a rudimentary understanding of how the Facebook API works; I can use the Graph API to post messages but that's it so far. However, we also want to post Jobs. Facebook appears to have a custom UI specifically…
I have a rudimentary understanding of how the Facebook API works; I can use the Graph API to post messages but that's it so far. However, we also want to post Jobs. Facebook appears to have a custom UI specifically…
Does anyone know if it is possible to post job offers through the FB API? I am asking in context of this article https://facebook.com/business/news/take-the-work-out-of-hiring I searched for something in the FB documentation, but couldn't find anything.
This might be a simple thing, but I' m missing out on something. I'm trying to get a birth date out of Facebook Login, when user logs on to my app. I've got it all set up, and actually I'm…
I am trying to implement social login on my website. I am requesting user-email from facebook API and want to pre-populate email field in one of the form with that email. How do I do it?
I'm trying to subscribe a Facebook page to my facebook app. It's a messenger app where I need to subscribe the page to my webhook added in the app. Using the graph API, I have the page access token and…
I have linked two pages to have crosspost access. Published a video post(Post11) in Account1 and gave permission for Account2 to crosspost the video. Account2 created a post(Post21) with the same video used in Post11. Got engagements on both the…
I want to ask the user of my android app the permission to publish on facebook when a custom share button (it's just an ImageView) is pressed. On button's OnClick method I execute this block: CallbackManager facebookCallbackManager; ... facebookCallbackManager =…
I am wondering whether it is possible to obtain the reactions for all comments on a particular post? That is, for each comment on the post, can I also obtain the reactions in the current version of the API.
Facebook recently introduced Instagram Graph API, which allows to fetch data from Instagram page that is connected to your Facebook company page, instagram.com/developers states: The Instagram Graph API is Now Available to All Developers. For Non-Business Instagram Accounts please continue…
hi my facebook login works fine on my local server, i make the app live, update 'app domains' on the settings page and also the 'Valid OAuth redirect URIs' on the product settings page, i am still getting the error:…