Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
5k views

I am using facebook4j i have set the configuartion details in facebook4j.properties file. But when i trying to get the accesstoken it shows SEVERE: Error while creating the Access TokenOAuth app id/...
user2196474's user avatar
0 votes
0 answers
165 views

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")...
willemjan92's user avatar
0 votes
1 answer
179 views

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 ...
user1202422's user avatar
0 votes
1 answer
807 views

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 ...
vlio20's user avatar
  • 9,335
1 vote
1 answer
939 views

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: @JsonIgnoreProperties(...
necromancer's user avatar
  • 24.7k
0 votes
2 answers
2k views

i am using facebook4j to load home posts facebook.getHome() and i am getting the profile image and the post image as follows: facebook4j.User fromUser = facebook.getUser(fbHomePost.getFrom().getId(),...
Sameeh Harfoush's user avatar
1 vote
0 answers
300 views

My Facebook android application crashes everytime i try to run it on emulator..i am following the code from the facebook webiste here https://developers.facebook.com/docs/tutorials/androidsdk/3.0/...
shardul sriavstava's user avatar
1 vote
1 answer
2k views

I m trying simple program to update FB status, but its giving me error, This is what i m trying ... public class SendtoFacebook { public static void main(String a[]) throws FacebookException { ...
V.Rohan's user avatar
  • 945
0 votes
1 answer
254 views

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 ...
Avogado's user avatar
  • 124
0 votes
1 answer
261 views

I have the following use case My application on iOS is using the FaceBook iOS SDK to authenticate with FB The application then make a REST call over https to my server to register the FB account to ...
user1177292's user avatar
5 votes
2 answers
8k views

I am trying to login to facebook once the user clicks on a button and then once successfully logged in, the new activity is created. This is the code of the main activity so far! import android.app....
defiant's user avatar
  • 3,353
0 votes
1 answer
494 views

Is it require any permission except allow to my app. My code is as follows.. FB.api({ method: 'fql.query', query: 'SELECT name,pic_square,birthday,sex,profile_url,website,email,email_hashes FROM ...
Shashank Shekher Singh's user avatar
-1 votes
1 answer
371 views

The below code works perfectly.. On clicking the fb:login-button, it posts the message on facebook wall of the person who has logged in. But, i want this to happen immediately after the page loads ...
Anuya's user avatar
  • 8,390
3 votes
0 answers
368 views

We must call fu.init in hideFlashCallback to pause our game. When the user is in the another page to open chat tabs to our game, the game will pause automatically. Is there a method like FB API or ...
Xiang  Ubao's user avatar
-2 votes
1 answer
2k views

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 ...
Bogdan Chende's user avatar
1 vote
0 answers
326 views

I need to post a message from my facebook App to the facebook Page linked. I explain how I do, please say me if it's no good. Thx. 1) I have created a facebook App. So, I have a clientID and ...
Kévin Defives's user avatar
0 votes
1 answer
670 views

I am using Facebook-java-api to integrate the Facebook app in java web app(Struts), i am able to post to the wall and able to get user information. now my question is how to logout from the Facebook ...
Joe's user avatar
  • 4,552
0 votes
1 answer
165 views

I need to run the fb inside a $.ready to do some checkings. The alert in getLoginStatus function never trigger ?! <script src="http://connect.facebook.net/en_US/all.js"></script> <...
AMoktar Moktar's user avatar
0 votes
1 answer
929 views

I want to write a java (spring controller) where i can receive callback url sent by facebook whenever a user de-authorizes my app. I have specified the correct URL in my app and have read the ...
Lina Clark's user avatar
-3 votes
1 answer
691 views

I've created a facebook software that allow a web application (tomcat) to publish a post in my wall. I used facebook-java-api-3.0.2 library and for make this operation FacebookJsonRestClient....
Stefano Errani's user avatar
8 votes
4 answers
9k views

I have finished my app and then tried it on 3 FB accounts and it was ok, but the 4th have a permanent error (it cannot get an access token): com.restfb.exception.FacebookOAuthException: Received ...
Talik's user avatar
  • 103
2 votes
1 answer
589 views

After my request for the access_token i see it on a blank html page, on FB url and not on my address. Exactly like in FB doc: http://developers.facebook.com/attachment/auth_token.png I want it to ...
Talik's user avatar
  • 103
0 votes
1 answer
470 views

I have this code: <script type="text/javascript"> window.fbAsyncInit = function() { FB.Canvas.setSize({ height: 6000 }); } window.fbAsyncInit(); </script> This resizes ...
Aaron's user avatar
  • 35
1 vote
0 answers
386 views

I am using the FB Javascript SDK in a website and it seems that the channel.php file is forcing my content to not refresh. In the channel.php file I have the following: <?php $cache_expire = 60*...
Lucas Jospeh's user avatar
1 vote
1 answer
998 views

I am having trouble getting code correct to have user (of my app) post to friend's wall. I want user to be able to pick single friend and post to thier stream. What am I missing to have the user ...
Ruffus Magnium's user avatar
0 votes
1 answer
82 views

I'm trying to have more control on the number we have next to our apps for the user, How can we just send the exact number to show instead of sending notification that increment that number each time. ...
Chris's user avatar
  • 1,187
0 votes
1 answer
1k views

is it possible to get facebook friends list without having the facebook api key user can you explain thank you
shaju antony's user avatar
8 votes
5 answers
6k views

I can't seem to find one that's been updated recently. If none, is there a good Java library for doing the necessary signature verification, base64 decoding, etc operations needed to interact with ...
at.'s user avatar
  • 52.8k
1 vote
1 answer
2k views

I found a few similar topics however none specific to my issue. I went to create a like button code, I clicked the create like box, added my link http://www.facebook.com/pages/SpartaPerformancecom/...
Tommy Pantginis's user avatar
1 vote
2 answers
4k views

The facebook technical documentation looks like an ape threw it's own excrement at a website - and that's how useful it is too... So I have this web app (for android devices) and I need to ...
Coomie's user avatar
  • 4,856
1 vote
2 answers
539 views

I am creating a post with an image link in it. The images are hosted over https. It works for some servers and not for others. This works and the image appears correctly with the Post: https://...
Affan's user avatar
  • 25
2 votes
4 answers
8k views

In my web application i want users to login with their facebook account. I am doing it by redirecting url. response.sendRedirect("http://www.facebook.com/dialog/oauth/?scope=email,user_about_me&...
Piscean's user avatar
  • 3,099
1 vote
1 answer
2k views

I want my users to be able to login or register on my Site using their Facebook-Account. Could be either like the user clicks the "Login using Facebook"-Button and is automatically logged in, while ...
MarcoSz's user avatar
  • 61
0 votes
1 answer
228 views

I am implementing facebook connect for my web application using facebook-java-api. I am actually following a tutorial from this site I have written a servlet to implement step 4 which is given in the ...
Jeevan Dongre's user avatar
0 votes
1 answer
737 views

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 ...
khelll's user avatar
  • 24.1k
0 votes
1 answer
1k views

I want to upload an image to my friend's account/wall using Facebook Api Through My application in android. I am able to upload the image to my account, but now I am trying to make it more functional ...
Jaydeep Khamar's user avatar
2 votes
1 answer
262 views

Sorry to ask this but browsing the awful Facebook documentation I cannot see the obvious - may to too obvious. I have a FB application for users to put on their page OK, simple enough etc. but the ...
Russell Parrott's user avatar
5 votes
4 answers
21k views

I am using Facebook's Javascript SDK "FB.ui" to pull up an OAuth dialog. Once you click allow, I need to capture the session object, extract the user id and use it further in my script. For some ...
Yev's user avatar
  • 2,081
1 vote
1 answer
709 views

FBJS is driving my mental, I am having problems with selecting elements. I have the following on the content of my page: <button id="sendmessage" type="submit" style="border: 0; background: ...
Pez Cuckow's user avatar
  • 14.5k
3 votes
2 answers
1k views

We are using Google Analytics to track what features of our application are being used and how, but this question could also apply to any situation where you want to know what a user did after calling ...
Chris Lalande's user avatar
2 votes
1 answer
2k views

Hey, I have some trouble using the stream_publish method, more exactly with the attachment I want to include. I am building a desktop application and I want to be able to post on a user's wall. The ...
Catalin Buleandra's user avatar
1 vote
2 answers
6k views

How do I get the session key with the facebook-java-api ?# What I did so far is this : After I authorised my app to acces my facebook account I do get redirected to the right redirect url in my app ...
Paul Pinguin's user avatar
0 votes
1 answer
568 views

I've tried to follow the facebook-java-api filter example but i got this expection when i attempted to save to the client object to the session. The code is being hosted on the google appengine ...
emeraldjava's user avatar
  • 11.3k
11 votes
5 answers
57k views

I'm new to Android. I'm searching for load photo to facebook by authorization, getting access_token. How to do this? Please give me a sample code in Java.
sanjana's user avatar
  • 119
4 votes
1 answer
2k views

I've played around a bit with twitter4j and found it absolutely wonderful. Now I've been looking into the equivalent for facebook but so far haven't had much luck finding a decent project. I looked ...
user avatar