Post Job Offers through the Facebook API - facebook

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.

I have been exploring the same thing, and minus an official FB statement that they do not support this through Graph API or otherwise, I'd safely say that it is not currently possible/supported.

It looks like Facebook is rolling this out now. It might not be available to you just yet (I can't use it in the UK).
https://developers.facebook.com/docs/pages/jobs-xml
https://newsroom.fb.com/news/2018/02/jobs/

Related

Can I post to a facebook users feed?

I think this used to be possible, and I was trying to update some code, but it does not appear that I can post to the me/feed endpoint using version 11 of the Graph API, Is this correct? Or is there another way to do this that I am missing?
After some more digging, it does not appear to be possible anymore. So much for automations in that context. :(

What choose Instagram Graph API or old API

I wonder if it is possible to use a new Instagram Graph API only for hobby purpose(small java application). The main aim is to process only user's data that is currently log in on instagram(not other's user data). Generally I'm a beginner on this field and I try to determine my chances for writing this kind of application, because I've read that sometimes it is hard to get permission to API from facebook, so maybe somebody know how it works in practice?
From what I can tell on the docs site, the Graph API is only used if you're making something for Business Accounts. The docs say that if making something for non-business users, to use the old API.
Reference here: https://developers.facebook.com/docs/instagram-api
I personaly suggest you to use new graph API, because older API support may be disabled in future and might be deprecated in future.
Moreover, Facebook does not give permission easily but you give proper & exact content if allows you and provide great support.

Facebook Graph API: Add a reaction to a post or remove a reaction from a post

I'm trying to create or delete reactions (LIKE, LOVE, HAHA, WOW, SAD, AGRY) with the Facebook Graph API v2.8. But there seems to be no way to do it (documentation link):
Creating
You can't perform this operation on this endpoint.
Deleting
You can't perform this operation on this endpoint.
Is there really no way to do it? Does anyone know if it's planned for a new version of the API like v2.9?
As you can read in the API docs, there is no way to POST reactions as of now. If it will be available in future API versions is unclear, only Facebook knows that.

API invites to facebook events no longer possible?

Is it currently possible to invite users to a facebook event via any API?
Scripting language doesn't matter, I just want to know if there is still any possibility to do that.
I've searched the web for a while now but haven't got a clear answer. All the forum topics I've found that discuss this and suggest it's possible are years old.
It seems it was possible before, but not anymore?
At least the official Graph API reference says it's no longer possible:
https://developers.facebook.com/docs/graph-api/reference/v2.0/event/invited#publish
"Publishing
You cannot invite people to events via the Graph API."
Is there any other way to do that?
Thanks.

Facebook Questions API

Facebook has officially launched its Facebook Questions. Does anyone know if it's possible to add one of the new Facebook "Question" polls through the Graph API? If so, how?
Thank you very much
They just announced this is available on their blog. To get them, issue an HTTP GET request to the USER_ID/questions endpoint with the user_questions or friends_questions permissions.
Update: they also just announced that you can create questions now via the API.
I've searched the http://developer.facebook.com page for poll related search terms and also online. This yielded no notable results.
It's probably worth making a poll with an external website, most I'm sure are compatible with the Open Graph but will not provide the Facebook interface that you expect on Facebook itself.
This has been deprecated as of Grpah 1.0 - https://developers.facebook.com/docs/graph-api/reference/v2.0/question