Is it possible to perform like on action on a media using the Instagram API? - facebook

There are no endpoints and node for IG like a post.
I didn't found anything about IG like post.

Related

Graph API - Facebook - Business Page Tagged Messages, Get Comments

I have a business page on Facebook. I want to see when someone tags my page on their feed in a public post. Further, I want to be able to see the comments that people make on that post. About 3 weeks ago I had no problem doing this. I could then use the Graph API and Graph Explorer to see the:
/tagged?fields=message,from,created_time,likes,comments{from,message,created_time}
....a great deal of information.
Today when I try to access the likes or comments on the tagged post through Graph Explorer I get the greyed out text meaning "Field is empty or disallowed with my access token." However, I have the page access token via Graph Explorer. Can anyone help me with this? Did Facebook change something?
This is not the same as the linked post. I have tested it with all user and extended permissions enabled. I am not trying to see a list of my friends, I am trying to see the name and comment of a friend of someone that tagged my page. The code I posted above worked fine less than a month ago, which was still Graph v2.5.
Each of these has likes and comments yet the API won't allow access.

How can I get all posts in Facebook with a certain hashtag [duplicate]

This question already has answers here:
How can we track hashtags with the new facebook hashtag implementation
(2 answers)
Closed 8 years ago.
I'm building a contest app which requires to find images posted by anyone in their Facebook public timeline with a specific hashtag. User doesn't need to like our page or anything. we just want to gather all the posts that is using that particular hashtag.
Could anyone tell me how?
With Graph API v2.0 and the now gone public post search, you don't have the possibility to search for hashtags anymore.
There's the Public Feed API (https://developers.facebook.com/docs/public_feed), but this is restricted to FB partners only.
I don't see that you can achieve what you desire. Sorry.

Fetch the facebook events using FB Graph API [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Will we be able to access life events on a timeline?
I want to fetch an event using facebook api like wedding anniversary etc using facebook graph API. Is it possible?
Please refer to Facebook Graph API.
https://developers.facebook.com/docs/reference/api/event/

How to access Facebook from a Playframework service [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Library to Integrate Facebook login with Play Framework?
I use playframework to make Json/Rest services - no webinterface.
I want to make a service, which posts a message on a Facebook wall.
I had a look at fbconnect and fbgraph, but they seem to only support webinterface.
Am I right ?
Of course, I can just access the Facebook graph API directly, but I would like to know if there are better ways. Later I want to do a lot more with the graph api.
If you want to post to any user's wall you will need the OAuth dialog in order to FB grant access to your app on the user's wall, at least for the first time.
If you are posting to your system's wall then you can get the access token's for your application and store it somewhere.

Can I use an #tag in the Facebook REST API?

I want to post to my newsfeed via the old REST API. If I use OpenGraph I can include in the content #1234567.. tags to tag other people in a post. Is that possible in the REST API?
EDIT: I added a 50 point bounty on a similar question Is there a way to insert an #mention into a Facebook status update posted with pyfacebook?
This is not in the external APIs at the moment.