-
```
If a user hasn't authorized the facebook app yet, Facebook sends the
"fb_sig_canvas_user" parameter to your server (instead of "fb_sig_user").
The latest PHP client deals with this by exposing a …
-
```
What steps will reproduce the problem?
1. Create a FacebookJaxbRestClient using an api key and app secrect and no
session
2. Call admin_getAppPropertiesMap ( EnumSet.of(
ApplicationProperty.CANVAS…
-
```
What steps will reproduce the problem?
I'm trying to instantiate FacebookXmlRestClient, and get session by
one-time code generated via url:
http://www.facebook.com/code_gen.php?v=1.0&api_key=YOUR…
-
```
What steps will reproduce the problem?
1. Create a FacebookJaxbRestClient using an api key and app secrect and no
session
2. Call admin_getAppPropertiesMap ( EnumSet.of(
ApplicationProperty.CANVAS…
-
```
What steps will reproduce the problem?
1. client = new FacebookJaxbRestClient(fb_sig_api_key, fb_secret);
2. client.friends_get()
3.
What is the expected output? What do you see instead?
I recei…
-
```
What steps will reproduce the problem?
1. Create a token, login and getSession steps are completed without an error.
2. Then users_setStatus() method is called but an
com.google.code.facebookapi.F…
-
```
I have started to see the new session error codes returned as documented
here: http://wiki.developers.facebook.com/index.php/Error_codes#Session_Errors
I'm going to update com.google.code.faceboo…
-
```
I am trying to get friends list from client I am generating client as follows
client = new FacebookXmlRestClient(_apiKey, _secretKey, sessionKey);
No errors here but when i try to execute
clie…
-
```
What steps will reproduce the problem?
1. Create a token, login and getSession steps are completed without an error.
2. Then users_setStatus() method is called but an
com.google.code.facebookapi.F…
-
```
The chnage in revision 484 of /trunk/facebook-java-api/src/main/java/com/
google/code/facebookapi/ExtensibleClient.java file breaks the desktop mode
behavior. The current secret is not the app s…