Tagged Questions
-2
votes
0answers
22 views
What are the entities in facebook in programmer view? [closed]
I want to Know the exact entities in facebook in a programmer view?
0
votes
1answer
33 views
Facebook FQL query by Facebook ID
I am new in Facebook development, I want to query facebook by Facebook ID for info like (likes, profile pictures e.t.c).
I retrieve the URI ex. http://graph.facebook.com/1234567891 and i want to use ...
0
votes
0answers
17 views
Facebook realtime api for feed
I have set up realtime feed update for user. So whenever a user comments or likes something, I get a update request from facebook.
{
object='user',
entry=[{
uid='1372299847',
...
1
vote
0answers
33 views
Facebook Realtime API and Access Token persistance
I have an webapp which has a facebook log in and once a user logs in I store the user's access token in my db. I also have subscribed for user feed using realtime api. So when ever user adds a status ...
0
votes
0answers
22 views
Is facebook app and the sample code of facebookSDK incompatible?
Is there a compatible problem between facebook app and the sample code of facebookSDK ?
I have encountered the problem that when I has installed the facebook app then I cannot run the sample code of ...
0
votes
0answers
39 views
Facebook Login - Responded No Email Field
I have web app running in Google App Engine, written in Java. The app allows user to login using their facebook account.
The implementation works perfectly but sometimes an error happened and said no ...
1
vote
0answers
36 views
facebook freinds checkin cannot get fresh data using facebook graph api?
facebook freinds checkin cannot get fresh data using facebook graph api ?
I am able to get facebook friends checkin using facebook graph api but it does not return fresh data i.e return checkins of ...
0
votes
3answers
54 views
Search Facebook api not working with email
Is there any way with Graph api of Facebook using which I can pass an email parameter and I can get at least Facebook profile page and Facebook Id of the user?
E.g If i have an email xxx@gmail.com ...
0
votes
1answer
58 views
How to use Facebook SDK to post article to specific friend's wall? [android]
I was a beginner of facebook SDK.
I have reference the facebook SDK sample inside "HellowFacebookSampleActivity"file
and know how to use Request.newStatusUpdateRequest (post to the user's own Wall)
...
0
votes
1answer
60 views
Facebook Graph API: Attend to event always returns responseCode: 200, false
I'm trying to Attend a facebook user to an event, with
Request.executePostRequestAsync(...)
but the server always returns with the following:
{Response: responseCode: 200, graphObject: ...
0
votes
1answer
19 views
FacebookSDK for Android: How to store the GraphObject from a Response as a member variable for later access
I have declared a class which has the following member variable:
GraphObject myFeed;
Within that class, I am working with the OnCreate(Bundle) method:
@Override
protected void onCreate(Bundle ...
3
votes
2answers
177 views
Android Facebook SDK 3.0 issue while getting user email
I Have implemented Facebook SDK in my application but i am not getting user email (I think i need to set the permission to get user email - according to this) but somehow it's not working for me can ...
0
votes
0answers
22 views
Looking for Java Model Classes for Facebook Graph API
I do not want an SDK with Facebook specific methods because I am programming in a REST style using JAX-RS 2.0 Client (Jersey Client).
I find myself creating classes such as:
...
0
votes
2answers
61 views
How to parse HTTP 400 response using Jersey Client into a Java Class?
I am using Jersey client to interact with the Facebook Graph API. The Jersey client helps me parse JSON responses into Java classes.
Sometimes Facebook sends a 400 response along with useful ...
-2
votes
1answer
31 views
Is there a generic java class i can use to consume facebook api responses?
I don't want to painfully create a class that has fields like id, name, etc. Is there a generic java class I could use instead to consume the response? I. e. extract it as key-value pairs?
1
vote
0answers
38 views
Android - Facebook status update
I am using EasyFacebookAndroid SDK to update user's stats at Facebook.
I tested the method setStatus(String message) form GraphApi class to post a simple message and worked well.
However, I would like ...
0
votes
1answer
87 views
Android - Open session not working with last Facebook app version and working fine if facebook not instaled
i develop facebook application but when it installed to device it works fine if there is no facebook application installed on the device and when the facebook application installed the Session can not ...
-2
votes
2answers
47 views
What are some good alternatives to the Picasa Search API?
I'm writing a sample web based application that requires image based results to be delivered in the form of an XML document. Currently I'm using Picasa search API. I'm getting the XML response on ...
0
votes
0answers
39 views
How to receive all friends scores from app using an open graph API?
I'm following the Facebook tutorial on how to implement Facebook into a game app for Android. I'm on the "High Scoreboard" part towards the end of step 1. In this step they provide a way of retrieving ...
0
votes
0answers
18 views
facebook.authorize respond onlt in some cases
my connection with facebook with facebook.authorize works perfect on my "galaxy s3" but not working on my friends "galaxy s2" so i checked on the emulator and is doesnt work there eiter . i have ...
0
votes
0answers
10 views
Difference between friend and standard_friend_info
In Facebook Query Language (FQL) Reference, the main difference is that friend is using "user" access token and standard_friend_into is using "app" access token. Apart from this, what are their ...
-1
votes
1answer
48 views
How safe is to use RestFB? [closed]
I'm currently developing an Android app wich uses a lot of Facebook data. From everything that I've read so far, RestFB appears to be the best option in order to use the Facebook API on a Java ...
2
votes
1answer
79 views
Facebook API and access tokens
Alright, So I make an Graph API Call and parse the JSON request.
Using a link like this I make a HttpGet request:
http://graph.facebook.com/me/feed?=access_token="MYACCESSTOKEN"
This works fine, but ...
0
votes
0answers
59 views
Getting replies of comments as comments while hitting graph api facebook
I am using Graph API for getting streams of my page. The problem is that when i hit graph api request from my program it returns replies as comments.
Suppose a status on my page has 2 comments and 3 ...
1
vote
3answers
280 views
Facebook SDK 3.0 upload picture to a facebook page (not in album)
Hi everyone I am a noob at android development I am trying to implement a feature that will allow the user to post a message on a Facebook page with an option to upload a picture/image from there ...
0
votes
0answers
16 views
linking to facebook from remote app not working
I am working on an application that has been working in the past. It is designed to post to a user's wall from inside our web application. Our web application is written in java. I am getting the ...
0
votes
2answers
195 views
Solr-java error: class com.restfb.types.Post declares multiple JSON fields named type
I'm trying to convert rest-facebook response to a Post class object as follows:
Post post = gson.fromJson(restFBResponse.toString(), Post.class);
where, restFBResponse is a post from Facebook. But ...
0
votes
1answer
79 views
get the mutual friends in facebook API Android application
Hy guys, i am try to get the mutual friends between the logged user and other users by belwo method but i got empty data node although the error is null. any help regarding this issue.
private void ...
1
vote
0answers
37 views
What are the best ways to integrate centralized login through Facebook app? on various platform
Currently I am creating a product which extends across various platforms like Android, IOS, Windows 8 and Web(Future release)
I was struggling to create a way to create a centralized login to ...
0
votes
1answer
96 views
how to convert facebook response to a string in json format?
I'm trying to get query response from Facebook and map it to user defined class:
I have following class:
class FBStory {
@Field
private String application_id;
@Field
...
0
votes
1answer
96 views
java Facebook integration
In java facebook integrated using restfb.somewhere it is written that restfb is deprecated.then what to use in that case.I don't want to use third party.Is there any guide to follow up to use facebook ...
0
votes
1answer
62 views
How to upload images to facebook using Graph API
Can anyone help me by suggesting on the way to upload images to facebook in Java using Facebook Graph API?
2
votes
0answers
201 views
Facebook Graph API: get comments by given user
In Facebook Graph API, can we get list of comments made by given user.
I haven't found any direct way to get lists of comments. So, I tried to find them through my feed, but it's returning all feed ...
5
votes
0answers
49 views
Fetch All Upcoming Facebook Friends Birthdays, not only for Current Year [duplicate]
I am writing an Android Facebook App, in which i am trying to fetch list of all upcoming facebook friends birthdays, and i am able to fetch that.
But i am facing a problem, i am only fetching list of ...
0
votes
2answers
129 views
facebook graph API Unlike of feed not working
I am not able to like a feed by a friend of the user. The unlike works if the feed has been posted by the session user. I am using the graph api endpoint /feed-id/likes. Also using the same endpoint i ...
0
votes
1answer
135 views
Fetch Facebook notifications API 3.0
I'm developing an app for Android and I need to be able to periodically fetch how many unread notifications a user has and display this in my app.
I believe this is not straight forward in the 3.0 ...
0
votes
1answer
98 views
spring social facebook renew expired token [closed]
I'm using Spring Social and Java.
When a user's facebook access_token expires is there something I can do programmatically to renew the access_token without requiring the user to log into my web ...
0
votes
0answers
64 views
Facebook Page Notifications with since parameter
I want to poll the Facebook Page Notifications for any changes. I use the following Graph-API-Request with a PageAccessToken for this:
Connection<Notification> notifications = ...
0
votes
0answers
87 views
RESTFB returning very few pubilc posts
I'm using restFB and trying to search public posts which contain the keyword I desire. For the following code, that keyword is "flu":
public class JavaApplication3 {
public static void ...
1
vote
1answer
192 views
RestFB doesn't give comments of post
i'm using restfb to fetch some posts and every comment of each posts of a facebook page in this way:
FacebookClient facebookClient = new DefaultFacebookClient(MY_ACCESS_TOKEN);
Connection<Post> ...
0
votes
0answers
153 views
Facebook graph API server side login issue
I have been having a weird issue since a few days. I have server side login from FB graph API implemented on my website and everything was working fine until recently. Lately, I have been getting the ...
-1
votes
1answer
202 views
Parsing Facebook FQL Multiquery in Java
I'm having some trouble with parsing an FQL multiquery for Facebook. I don't know how I need to handle the JSONArray with the same name in the result -> fql_result_set. Here is the FQL JSON I got.
{
...
0
votes
0answers
109 views
Open Graph User Generated Photos Facebook Android
I am trying to upload a picture to Facebook with the following method:
Bundle postParams = new Bundle();
postParams.putString("name", "I...");
postParams.putString("caption", ...
0
votes
1answer
42 views
Facebook :: renew token for test facebook user in automated tests
I need to renew the auth token I'm getting after test user is created.
As far as I understood from manual, this could be done by redirecting the browser to authentication page, and then the browser ...
0
votes
0answers
64 views
How to get all the pics from the facebook album using fbsdk 3.0 in android
I want to get all the image from the images from my facebook album.And i give the read permissions "email,user_photos,friends". I m getting all the users albums.but when i try to get album's pics then ...
0
votes
0answers
67 views
Fql for fetching new comments on old posts
I'm searching for a way to get new comments on old posts preferably via FQL query. Is there a way to do this?
I tried:
select created_time, updated_time, post_id, actor_id, message, description, ...
0
votes
1answer
134 views
Not able to generate notification for Facebook through restfb
i want to send facebook notification to my friend through my app . i have used following notification api through restfb library
facebookClient = new ...
0
votes
1answer
151 views
Fetching all Posts and Comments from a Facebook Page
I'm trying to fetch all the posts and comments from a Facebook Page.
This works quite good so far using the following FQL:
{'all_posts':
'SELECT created_time, post_id, actor_id, message, description, ...
-1
votes
1answer
49 views
Information of Users [closed]
Hello everybody I am developing an application for android, but I need to get some additional information from the user through your facebook account.
As an example the person's interests;
Using ...
0
votes
1answer
451 views
How to use Facebook appAccessToken with Spring Social
I'm a bit confused as to how to use Facebook's app access token with Spring Social.
I already have an app access token by making a GET request to:
...


