Skip to main content

All Questions

Tagged with
1 vote
1 answer
4k views

Help using Facebook REST API - Notifications.send using HttpClient (Java)

I am using the session proxy method to login to Facebook using Facebook Connect (via my iPhone simulator) and obtain my session key. Am using server side Java to send the notification, however. What I ...
mw_javaguy's user avatar
2 votes
0 answers
235 views

Link previewing ala Facebook [duplicate]

I am curious if there are any libraries in Java (or perhaps web services that I can call) out there that previews links like it is done in Facebook. Right now what I am doing is reading the URL using ...
Jeune's user avatar
  • 3,538
1 vote
2 answers
17k views

Facebook: Getting Incorrect Signature (104) when Getting Session Key

I am trying to use the HttpClient library (in order to call the Facebook API's REST end points) to obtain a session key and verify user... My code is here: RunWith(SpringJUnit4ClassRunner.class) @...
mw_javaguy's user avatar
3 votes
2 answers
17k views

Access to Facebook API using REST and HttpClient

I am going to use RESTful Web Services and HttpClient to access Facebook API REST Server. Am somewhat of a newbie to REST and Facebook APIs... Question(s): Verification / Authorization (1) If I ...
mw_javaguy's user avatar
9 votes
2 answers
52k views

Facebook API and Facebook Connect using Java?

New to Facebook API and Facebook Connect. Found the Facebook Java API open source library on Google Code... I am really excited that there's an API pre-written in Java for it! Am interested in ...
mw_javaguy's user avatar
2 votes
2 answers
1k views

Log user into facebook using session key from my Facebook app

I have a simple Desktop Facebook application that allows the user to retrieve some of their Facebook info(Written in Java). This info is then sent to their phone. When the user sees something of ...
barryred's user avatar
  • 1,123
0 votes
2 answers
3k views

Facebook Java API, sending app-to-user notification

I'm trying to get this to work. This is my utility method for sending an app-to-user notification to a single user. Session id is not needed for that. public Collection<String> notifyUser(...
Germán's user avatar
  • 4,545
57 votes
7 answers
61k views

Facebook offline access step-by-step

UPDATE: Facebook offline_access permission is being deprecated. Please refer to the official documentation for more information. You'll have till May 1, 2012, at which date this setting will be ...
user avatar
3 votes
2 answers
4k views

Invalid parameter exception on client.auth_getSession() in Facebook java API

I want to connect to a my facebook application using the facebook java api 2.1.1(http://code.google.com/p/facebook-java-api/). My application is in "Desktop" mode so I should be able to access it ...
nabeelmukhtar's user avatar
0 votes
2 answers
369 views

APIs that allow status updates to be posted to several sites? [closed]

Does anyone know of an API that will allow for posting status updates to Twitter, LinkedIn and Facebook?
McGovernTheory's user avatar
0 votes
1 answer
2k views

Create facebook rest client using stored session_key (infinite session / offline_access)

In my facebook app, I figured out how to get a session_key by fetching the user's offline_access permission. (Using Facebook Java API) However, what I could not find out: How can I create an ...
PeterP's user avatar
  • 4,492
8 votes
3 answers
4k views

Best open source Java library to incorporate Facebook functionality into a Java web app? [closed]

What's the best open source Java library to add Facebook functionality to a Java web app?
Hula's user avatar
  • 219
81 votes
6 answers
183k views

How do I get a HttpServletRequest in my spring beans?

I'm developing an app with a Flex-based front end and a Spring/Hibernate back-end. To get Facebook integration working in the way I've got it currently, I need to read the cookies set in javascript ...
Jason Maskell's user avatar
7 votes
6 answers
10k views

How do I write Facebook apps in Java?

I have looked in vain for a good example or starting point to write a java based facebook application... I was hoping that someone here would know of one. As well, I hear that facebook will no ...
Autobyte's user avatar
  • 1,229

15 30 50 per page
1
140 141 142 143
144