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

Facebook Graph API Query Using "With"

Using the Facebook Graph API Explorer (v2.4) I retrieve the feed of a page I manage using 1478743469096769/feed/ . The Explorer offers fields that can be added to the query, "with=" and "q=". How are these fields used in constructing a query? I…
0
votes
1 answer

Not able to login with facebook using api v2.4 with custom button in ios

I am trying to log in with facebook using api v2.4 and using custom button for login but I am not getting success. I am able to get facebook id but rest info is coming null. I have done the same as in the earlier version of api it is working well.…
0
votes
2 answers

Android: Why it is not possible to upload to facebook album "Profile Pictures"

GraphRequest imagesAlbumPost = new GraphRequest(token, "/1325165102/photos", bundle, HttpMethod.POST, new GraphRequest.Callback() { public void onCompleted(GraphResponse response) { …
0
votes
0 answers

Is it possible to get non-lifetime metrics for page posts?

I was trying to get post insights using https://graph.facebook.com/v2.4/post_id/insights, but no matter what I set the period, since and until query parameters, I am always getting lifetime metrics. Is there a way to get day metrics for each…
Daniel
  • 11
  • 3
0
votes
1 answer

Can I read a user's Facebook inbox with a web application?

In the web application I'm currently developing, a user should be able to read all the messages from his/her Facebook inbox. The corresponding data is supposed to be loaded by the server using facebook4j (Java) and then presented to the user. The…
0
votes
2 answers

Facebook Android SDK 4.0 not returning emailID

I am trying to implement facebook login using latest facebook SDK 4.0.It is only returning User-ID and User-name. Below is the code which I have implemented using GRAPH APIs. @Override public void onViewCreated(View view, Bundle…
-1
votes
1 answer

Facbeook events from public page are empty

I want to get all the events from a public Facebook page: https://www.facebook.com/vaitmusik/events Using the offical module I will always get back an empty array. const FB = require("fb"); FB.api( "oauth/access_token", { client_id:…
Christopher
  • 345
  • 5
  • 11
-1
votes
1 answer

how to filter facebook response from graph api?

im trying to access the posts of a public facebook page. Im getting all the unwanted stuff such a comments and likes, is it possbile to filter the data through url so that i can get only the posts written by the user? im using this url to…
-1
votes
1 answer

Facebook API v2.4 : How to get email id of FB user in cordova fb plugin

I'm using " com.phonegap.plugins.facebookconnect " Cordova plugin for FB login in my Phonegap app. My Facebook app is v2.4 . I'm getting only full name and id as login response.But I need email id of user to complete my login process on app. But…
DAN
  • 3,140
  • 5
  • 20
  • 22
-1
votes
1 answer

Facebook graph can't retrieve fanpage info

Not that long ago this link worked: http://graph.facebook.com/https://www.facebook.com/my_fanpage_name and I was able to get basic information about the page, likes and shares. Now I see error: "An access token is required". Has facebook changed…
abiku
  • 2,236
  • 3
  • 25
  • 30
-2
votes
1 answer

Get friend profile detail in taggable_friends facebook API iphone-sdk

In my old application I am downloading the Facebook friends in my application but that API is removed so now I am using "taggable_friends" API in my application but it only returns the friends name and one other ID. So please suggest how can I also…
Mitesh Khatri
  • 3,935
  • 4
  • 44
  • 67
-2
votes
1 answer

Getting facebook event images

Is there a way to retrieve posted images in facebook events? https://graph.facebook.com/event_id/cover gives only the cover of that event.
1 2 3
4