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
8
votes
5 answers

Is there an up-to-date Facebook Java SDK?

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 Facebook's API? UPDATE: I'm using Spring Social…
at.
  • 50,922
  • 104
  • 292
  • 461
2
votes
4 answers

How can i get access_token and then use it?

In my web application i want users to login with their facebook account. I am doing it by redirecting url. …
Piscean
  • 3,069
  • 12
  • 47
  • 96
2
votes
1 answer

Facebook login user/page identifier

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 one thing I cannot find is how to identify the page…
Russell Parrott
  • 873
  • 7
  • 19
  • 38
2
votes
1 answer

How to use Facebook Java API to add an attachment to a wall post?

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 post will include a message and a photo I will…
2
votes
0 answers

Application ID is not registering in the graph

I've developed an android application, and I successfully integrated facebook sdk in my APP. I made some tests before on HelloFacebookSample application that comes with facebook sdk. The Application ID given in the UserGraph instance in the…
Tarek
  • 1,904
  • 2
  • 18
  • 36
1
vote
0 answers

channelUrl and stale pages, how to avoid

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:
1
vote
2 answers

Certain Images with post not appearing when hosted on https

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…
1
vote
1 answer

Use oAuth token with Azure MobileServiceClient.login()

I am using the native Facebook SDK (through an opensource tool called 'SimpleFacebook') to authenticate with Facebook. That part is working great. I find the Microsoft Azure implementation of Facebook authentication to be lacking. Anyway, the next…
1
vote
0 answers

facebook4j search public posts issue

I am using facebook4j to collect posts on a particular topic. The code runs all find and I am able to search the topics. But the result also contains the irrelevant data. Example if i search a keyword such as "messi", i am expecting the posts that…
1
vote
1 answer

facebook real time update in java example

I'm working on a project which uses Facebook Graph Api to collect information about the public posts. There is a need to update this data Real-Time when changes come to this posts. i have seen a real time update mechanism using call back url…
1
vote
1 answer

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: @JsonIgnoreProperties(ignoreUnknown = true) @XmlRootElement public class…
1
vote
0 answers

Android:Facebook android application

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/scrumptious/authenticate/ i tried other tutorials…
0
votes
1 answer

FB.getLoginStatus not running in a $.ready

I need to run the fb inside a $.ready to do some checkings. The alert in getLoginStatus function never trigger ?! This resizes my iFrame correctly about 50% of the time. The other 50% of…
1
2