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
1
vote
0 answers

fetching data from facebook via access token

I am trying to fetch fb user's "friend list" and user "about" but when i do, i am getting null value of certain field like i comment below. System.out.println(loginUser.getId()); //show id System.out.println(loginUser.getName()); //Show…
1
vote
1 answer

Graph API Page Mentions

How can I retrieve Page mentions made by user in their own wall (both comments & posts). When I query the Page's feed those mentions aren't retrieved and I cannot find Page's edges that can retrieve those posts/comments
1
vote
1 answer

Get Share Count of Public Video with FB API v2.5

The Short Version: "I can visit the public page without being logged into Facebook and see underneath the post is says "2155 shares" I would like to know how to access that number through the API" The Details: I'm trying to use the newest version…
user2469227
1
vote
1 answer

Not able to fetch all data from facebook access token in java servlet

I am trying to fetch fb user's "friend list" and his/her "about" but when i do i am getting null value of certain field like i comment below. System.out.println(loginUser.getId()); //show id System.out.println(loginUser.getName()); //Show…
1
vote
0 answers

Facebook Graph API returns empty object for /{user-id}/feed but works for /me/feed

folks, I've been struggling with this for some time, and I just can't seem to find a solution. When I hit /me/feed using my FB app's credentials, I return everything just fine. But when I try to hit /{my-user-id}/feed, I get an empty object. FB…
1
vote
1 answer

Accessing the feed of a facebook group without admin permission

I'm interested in reading the posts in a private group that I'm a part of on Facebook. Facebook's documentation shows that you can access a facebook group's feed with the following URL: GET /v2.4/{group-id}/feed However even after generating an…
Migwell
  • 18,631
  • 21
  • 91
  • 160
1
vote
3 answers

How to get user email from facebook sdk 4 whith swift

I have been trying this code to get the user information a needed for my iOS app, when I press the func loginButton I should login and get the user name and email, func loginButton(loginButton: FBSDKLoginButton!, didCompleteWithResult result:…
altexo1
  • 13
  • 1
  • 4
1
vote
1 answer

Facebook Streaming API does not return any data

I am facing trouble while accessing the real time facebook data using the Graph Streaming API. I have been successful in getting the data through Graph APIs for page. I have also been successful in extracting all the required tokens. I have used…
1
vote
1 answer

cannot get conversations of facebook page with API version 2.4

I'm trying to read conversations of my page but after creating a new "TestApp" on facebook I am not able to read the conversations of my page. I used the Graph API Explorer for generating the Page Access Token but when I try to get the…
1
vote
1 answer

Android: unable to upload image to facebook album

I was writing the code for uploading image to facebook album "Profile Images", after selecting the image from gallery it is converted to byte array imageBytes and send to the AsyncTask. I use the fallowing code to upload the image.…
Sarath Babu
  • 923
  • 3
  • 10
  • 27
1
vote
0 answers

How to retrive profile photo,email from facebook graph version V 2.4 in asp.net MVC 5

i need to facebook profile photo and email in purpose of asp.mvc 5 web application. but facebook graph api version 2.4 email permission accessed. but .net mvc 5 code email value is null.and profile photo. startup.Auth var…
1
vote
2 answers

Getting user email undefined using facebook api

I am trying to get user id, name, email. Getting id and name but not email. I have this code: body>