Questions tagged [facebook-java-sdk]

The Facebook-Java-SDK provides Facebook Platform support to your java-based web apps.

This library helps you add Facebook Login and Graph API support to your app development in java.

23 questions
0
votes
1 answer

Facebook Javascript SDK API limit?

I have the following JS snippet: $('.profile-link').each(function(){ link = $(this) FB.api(link.attr('data-uid'), function(response) { link.text(response.name) }); }) And I have like 20 links of the class 'profile-link',…
khelll
  • 23,590
  • 15
  • 91
  • 109
0
votes
1 answer

Get posts from a user using restfb

I want to fetch the public posts from a user(not page) using restfb. I have added all permission in User Data Permissions and Extended Permissions in Graph API Explorer. Still i am not getting the results. But i can take the posts from a page using…
0
votes
0 answers

Facebook SDK library disabling

I've added the Facebook SDK for for Android project to my workspace, but when I try to add it as a library to my project it keeps getting disabled. When I add it (by "Properties -> Android -> Library") it gets a green checkmark, but when I press…
willemjan92
  • 57
  • 1
  • 11
0
votes
1 answer

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 savedInstanceState) I have the following snippet of…
0
votes
1 answer

Facebook 3.0 issue with login

I trying to understand how the facebook 3.0 SDK login proccess is working. I walked through this tutorial. every thing works fine, but how should I continue? Lets say that after loging in I want to get the users email or navigate to other activity.…
vlio20
  • 8,955
  • 18
  • 95
  • 180
0
votes
1 answer

GET photos from Facebook Event wall (including public photos of not-friends)

I have been trying to issue a GET request to Facebook using the graph API to retrieve all the photos posted to an event wall. I want to have them so they can be shown like a "living scrapbook" on the TV screen. I issued a GET request to…
0
votes
0 answers

Facebook post text on wall - access token always NULL

I am dealing for a long time with this problem. I have registered my app on facebook but I stil getting this error: {"error":{"message":"An active access token must be used to query information about the current…
-2
votes
1 answer

Java Desktop Application which connects to Facebook

I have to develop a Java application which connects to Facebook and allows me to sign in and chat with my friends. I did a lot of research on the internet but I couldn't find a way to do it, so please can someone help me.
Bogdan Chende
  • 179
  • 1
  • 3
  • 10
1
2