Can I post to a facebook users feed? - facebook

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. :(

Related

Post Job Offers through the Facebook API

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/

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.

Is it possible to know the updated time of a Facebook comment?

I think this has already been asked but without any answer and don't know if it's exactly the same question.
I can retrieve via Graph API or FQL the comments made on a page post, but I would need to know if a comment has been modified and if possible when.
As far as I've seen, I think it's not possible via the Graph API because it only returns the created time and no flag if it has been edited or its updated time.
Ant suggestion?
As far as I know there's no possibility to achieve that, either via Graph API or FQL:
https://developers.facebook.com/docs/reference/fql/comment/
and
https://developers.facebook.com/docs/graph-api/reference/comment

Tag usernames on messages with the Facebook feed post wall API

Is it possible to send a message tagging a facebook user using Facebook Graph API? (from facebook PHP SDK)
I've tried the #[id:1:name] method, but it doesn't seems to work. Also, I tried using the message_tags parameter, but no luck. Have anyone done this before? As far as I know, Facebook disabled this option time ago; am I right?
As far as what i know, it's not supported and it's not possible via their graph api, but i think i came across a link via google which shows a trick to tag anything with any link.etc.
Here it is: Click here
P.S I personally didn't test that trick, but i did try tagging using graph api but it didn't work.
Try this, check the Mentioning friends https://developers.facebook.com/docs/opengraph/guides/tagging/

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