-
```
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.Call FacebookJsonRestClient.notifications_send method with parameters
that can be success to send at least one user.
What is the expected output? What do…
-
```
What steps will reproduce the problem?
FacebookJsonRestClient client = new FacebookJsonRestClient(FB_APP_API_KEY,
Androgyny.FB_APP_SECRET);
client.setIsDesktop(true);
String token = …
-
```
What steps will reproduce the problem?
1. Currently the API is not completely type safe. An effort could be made
to create the necessary changes to comply with type safety.
Example Patch (also at…
-
```
Hi, I am currently developing a desktop app with a Facebook support. Now at
first I am trying to
get the Facebook friends_get() example to work.
What steps will reproduce the problem?
1. My exa…
-
```
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…
-
```
Hello,
i have the same problem with both of the Versions 2.1 and 3(in version 1.8
eveything worked well):
i use this code to access facebook, and it works well:
HttpClient httpClient = …
-
```
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 …
-
```
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. 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…