Questions tagged [facebook-graph-api-v2.4]

The primary way for apps to read and write to the Facebook social graph.

The fifth versioned API release, which gives developers more control over when and how they opt into new features. Graph API v2.4.

57 questions
0
votes
1 answer

Why Graph API skips feed posts?

I am trying to implement a facebook scraper, to get insights about the reactions on feed posts of facebook-pages. I've noticed that the results (posts) of the actual day and last days are right, but the further it goes in the past, the more feed…
0
votes
0 answers

Facebook Graph API v2.4 likeview

I have a problem with Facebook likeview button in my android application. It's using Graph API Level v2.3 now but it will be deprecated at 8 July so i must update it but i dont know how to do it, add that "like" parameter. I checked out change log…
0
votes
0 answers

How can i test graph api before upgrade?

I got an email from Facebook. It says; "Your App,, is currently accessing Graph API v2.3 which will reach the end of its 2-year lifetime on 10 July, 2017. We estimate 6 endpoints that calls will be impacted by this change and may stop working after…
0
votes
0 answers

Graph API to access a page's conversations

I'm trying to get a facebook page's conversations using the Graph API, even after giving the permission 'read_page_mailboxes', it still shows that I do not have that permission. Am I missing anything?. Is it possible to read a page's chat…
0
votes
2 answers

using the facebook API to receive the page ID by a post ID

I have an issue that I only have the post IDs of posts in my data repository. Since the Graph API I have to prefix the page ID before the post ID. Since I have no information what page posted this post I have a problem here. I have my post IDs…
xetra11
  • 7,671
  • 14
  • 84
  • 159
0
votes
0 answers

Tag someone in a comment by using Graph API

I want to tag a friend in a comment that I wrote under a post. I found some examples on the internet and I used @[profile_id:1:profile_name]. However, as far as I understand it is also for tagging someone in a timeline not in a comment. Is it…
0
votes
1 answer

Graph API gets posts only with messages

It's simple question it's possible to posts from graph api, but only these with messages? graph.facebook.com/name?fields=feed This get all posts, even if there is no message in post (someone just for example uplaod a image - without description). I…
0
votes
1 answer

Facebook Api and Construct2 game Score

I am Ishtiak Ahmed, studying in CSE dept of Islamic University of Technology and I’m from Bangladesh. I am new to construct2. I’ve liked the game engine very much. For that reason I chose to make a game for my final project of 3rd year using…
0
votes
1 answer

Open Facebook user profile

Is there a way to open a Facebook user profile with the Facebook app from another app? I get this link from Graph Api: https://www.facebook.com/app_scoped_user_id/1234567/ that is the link to the user profile and I will like to open the profile…
0
votes
1 answer

Unable to get the current user's friends that use the app facebook graph

So I'm not using facebook's SDK or anything. I'm making simple http requests. When I do an HTTP request to /me/friends I get an empty array response. data: [] The current user has a friend that also uses the app, the current user actually has lots…
0
votes
1 answer

Retrieve Facebook id from username

I would like to retrieve a Facebook user's id given their username. Example: Given helloworld return 100003263065603. I understand that the Graph API does not allow this anymore, but several sites, such as lookup-id and findmyfbid are able to do…
carte
  • 1,033
  • 2
  • 13
  • 29
0
votes
1 answer

Facebook API retrieving friends list in swift

Why is this giving me a error? fatal error: unexpectedly found nil while unwrapping an Optional value Am I using the wrong valueForKey String? I want to get the list of friends. (There are friends because when I print result it shows them) let…
TheRapture87
  • 1,403
  • 3
  • 21
  • 31
0
votes
1 answer

How to get user's pics who likes our post using restfb?

I am trying to get the pic of a user who likes my post, i successfully get the names and id of a user who likes my post but i am not able to get this. Is there any other method to get the pic of a user who like my post. while using graph tool…
0
votes
1 answer

Facebook PHP SDK 5.0 in Yii 2.0 framework (config file)

I was following this tutorial for setting up Facebook PHP SDK 5.0 extension in my Yii 2.0 project. And it works as expected, but every time (in any of the controllers) I need to use some of the features from here this, I need to make an instance…
0
votes
0 answers

Photo post insights with Facebook Graph API v2.4

We are using version 2.3 of the FB graph API to get insights (specifically viral impressions, reach, engaged, talking about, and impressions) for a page photo post. It works without issue. However when we try to make this same call in version 2.4,…