-
```
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…
-
```
Since I've never run the test before it, it fails on the "cleanup" step;
please make it more robust. :)
-------------------------------------------------------------------------------
Test set: c…
-
```
Since I've never run the test before it, it fails on the "cleanup" step;
please make it more robust. :)
-------------------------------------------------------------------------------
Test set: c…
-
```
What steps will reproduce the problem?
1. Check out 2.0.2 tagged source
2. Open it in a modern IDE
3. Look at the errors
yeah:facebookapi roger$ grep -i 'schema.Listing' *.java
FacebookJaxbRestCl…
-
```
What steps will reproduce the problem?
1. Create a FacebookXmlRestClient client
2. Get a token with client.auth_createToken()
3. Try to call client.auth_getSession(token).
My source:
Fac…
-
```
What steps will reproduce the problem?
client.users_getInfo(new ArrayList(), EnumSet.of(ProfileField.NAME));
What is the expected output? What do you see instead?
Results in "com.google.code.fa…
-
```
What steps will reproduce the problem?
1. Check out 2.0.2 tagged source
2. Open it in a modern IDE
3. Look at the errors
yeah:facebookapi roger$ grep -i 'schema.Listing' *.java
FacebookJaxbRestCl…
-
```
What steps will reproduce the problem?
try {
FacebookXmlRestClient client = new FacebookXmlRestClient("xxx", "xxx",
"xxx");
client.friends_getAppUsers();
…
-
```
This morning I discovered that my Facebook doesn't work any more.
It appears the auth_getSession return Invalid Parameter.
Is it due to a Facebook bug or some changes onto the platform ?
here is …
-
```
What steps will reproduce the problem?
1. Create client: IFacebookRestClient client = new
FacebookXmlRestClient(apiKey, secretKey, sessionKey);
2. Create permissions
client.au…