Facebook Questions API - facebook

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

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/

The *NEW* Facebook 'Post Search API'

This may look like an old question but is actually a new one (in other words, I'm aware they deprecated the "old" Post Search).
According to this source Facebook has now made it possible to search for Posts using the standard "Facebook Search" and I'm wondering if can I access this through the Graph API (and how)? Also where is the source of the article I mentioned? Where does Facebook announce this feature?
Thank you!
The Graph Search is not available via the API, so there is no possibility to use the new Post Search - at least not right now. But since they deprecated the Public Post Search, i donĀ“t think there are any plans to implement it again.

how to invite friend in facebook api to list friends

how to invite friend in facebook api to list friends usign c# or Vb net or php
I looked in the documentation but I did not thank you for helping me find
Requesting Friendship is not possible (anymore), see docs: https://developers.facebook.com/docs/dialogs/friends/v2.1
This was removed as of Graph API version 2.0
It is only possible to open a dialog in v1.0, sending friend requests without a dialog is not possible even with v1.0.
You are looking for
https://developers.facebook.com/docs/graph-api/reference/v2.1/user/friends#readmodifiers
In short though this only works if both of the users are users of your app and you have the appropriate permissions.
The application listed in your example either does this, or it is using the old api and will have to change in the future when V1 is removed. On a side note, you shouldn't post your follow up as an answer to your own question but as a comment

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.

How to check whether a comment is flagged on a page using facebook graph api

I have worked a lot on facebook graph api and used fql also. Recently i got a task to get all comments which are flagged on a specific page.
Could someone can help me out to get the solution. I searched a lot but unable to find the solution for the same.
Unfortunately information about whether a comment is flagged is not accessible through any of facebook APIs
http://forum.developers.facebook.net/viewtopic.php?id=86342