api - Get Facebook Post Data Using ID [closed] - facebook

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Everything is in the title. I've been looking for hours how to get a post data with his id. In php, javascript, fql or graph api, I do no care with which method. I would prefer in php, but i can adapt my work.
thanks in advance

Query https://graph.facebook.com/POST_ID with a valid access token.
Developer Documentation here:
developers.facebook.com/docs/graph-api/reference/v2.12/post

Related

API usage forbidden, use API-V2? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I've researched the official SoundCloud API, and I couldn't get it to work. It was always returning 403 Forbidden error as a response. I've tried inserting the client_id and the Authorization header with OAuth token.
But, I've tried to use API-v2 and that seems to be working. Is there any documentation on how to use this version and is it legal?
Also, is there a way to fix this problem with the official API? I cannot register an app since SoundCloud has closed it down years ago.

Is there a "Facebook access token debugger" like tool for Google and/or other OAuth providers? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Preferably something that shows the expiration time and authorized resources.
You can use the Google OAuth 2.0 Playground to inspect the steps in the auth dance. Click the settings icon to change the authorization URL to Facebook's for example.
https://developers.google.com/oauthplayground/
Basically the equivalent of fb's debugtoken is the GET call: https://www.googleapis.com/oauth2/v3/tokeninfo?access_token=
More on that here: https://developers.google.com/identity/protocols/OAuth2UserAgent

Facebook API for getting all the wall posts [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there any facebook API to get all the wall post of a particular user
or
a limited (say 10) number of wall posts
there is the Facebook Graph API for querying this data http://developers.facebook.com/docs/reference/api/ but I have no idea from your question what technology you want to integrate with

Search API, find RSS Feeds? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Im looking for a search api that will allow me to search for rss feeds.
It will either be a regular search feed that then returns the content type - allowing me to filter by rss items only, or a special rss-only index.
Does anyone know of any?
Take a look at Google AJAX Feed API. I was looking for feeds search for long, and evaluating Google's API now.

Sending tweets from iPhone apps using Oauth [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Does anyone know of a good example utilizing the twitter API and Oauth authentication for iPhone SDK 2.2.1 or older?
Found an example, but it seems to utilize a 3.0 only framework at https://github.com/kimptoc/MGTwitterEngine-1.0.8-OAuth
This is the best solution I've found:
http://github.com/bengottlieb/Twitter-OAuth-iPhone
The Oauth.net website lists a couple of Objective-C implementations on their code page - http://oauth.net/code.