How can I get the poll results using Facebook Graph-API v2.0? - facebook-graph-api-v2.0

I'm interested to get the poll result from a question I had created on my Facebook profile.
Looking for a solution in the documentation:
https://developers.facebook.com/docs/graph-api/reference/v2.0/question
I read that the feature 'Question' is deprecated in the Graph-API v2.0, can I query for the poll result in other way?

Related

How to get comments in v1.1 Twitter API

Is it possible to get the comments from a tweet in version 1.1 of the Twitter API?
I know it's possible in version 2.0 but I must use version 1.1.
There is no direct ability to retrieve a thread using conversation_id in v1.1 - this functionality does not exist. You would have to try to use the search API to find replies, but this is much more difficult and less likely to find threaded responses.

Instagram - Get Direct Message

I'm writting a new post, because all of topics that was related with getting Instagram Direct message via API are a little bit old.
Do anyone knows if there is a possibility of GET Direct Messages via API or in some programatically way?
Right now, it doesn't look like you can. The Instagram Graph API docs don't mention direct messages at all. The old Instagram API never had this.
Take a look to the Component InstagramApiSharp, it contains this functionnality. There are some actions that you can built for the direct message with it.

Cannot find the API to submit a survey response to surveymonkey

I need to submit a survey response from my own mobile app. The user will be shown a survey to fill for which i can pull the survey questions and answer choices using the get_survey_details api call but how do I submit the response to survey monkey? I dont see a submit_survey type api call anywhere. I this API is available on certain plan I can arrange for that plan but I just need to know before I pay for a plan and later find that I cannot submit response from my mobile app.
I looked here: https://developer.surveymonkey.com/api_console
And in the documentation: https://developer.surveymonkey.com/mashery/requests_responses
P.S. I'm planning to use the platinum plan as it allows me to send custom variables to the survey which I will use later for analytics.
If you haven't seen it already, API V3 is released. See the docs on responses: https://developer.surveymonkey.com/api/v3/#survey-responses
Nigel is correct. API V2 does not provide way to submit responses. A new version of the API is in the works, and will provide additional functionality. Updates will be posted at https://developer.surveymonkey.com/.
My client has specified an app that has their Survey Monkey surveys embedded so that app users (Members) can be notified of new surveys and answer surveys all within their iOS or Android app.
As I look at the problem, I need API methods to be able to:
View the surveys available to Members and their completion status
Get the questions from the Survey and present them for entry
Submit the answers entered from the Survey
Will this functionality be available in API V3? What is the timeframe for this new API? The app has other means of notifying the users, so potentially we can do that in the interim and direct them to web pages to complete the survey, but ultimately we want it all within the app.

How to use twitter API with date parameters?

We're building an app that analyzes twitter feed using streaming api. But it will only start analyzing after app starts. We need to download historical twitter data using API to initialize our system.
As per documentation twitter API only has until query parameter.
Is there a way to download /keep downloading the twits for given keyworkds with from to dates ?
We're using python.
As per documentation twitter API, query method that you mentioned provides "since_id" parameter. If you want to keep downloading tweetsas they come then use "until" parameter for first time n then "since _id" whenever you want to update

Is there a way to access to a twitter user's following stream programmatically?

Months ago, Twitter added a new feature to enable us to see the following stream of a specific user. (see TechCrunch news - Now You Can See Twitter The Way I See Twitter).
I cannot find the official api for such data and wandering if such data can be obtained programmatically.
It is the first one here:
https://dev.twitter.com/docs/api
https://dev.twitter.com/docs/api/1/get/statuses/home_timeline