106 questions
1
vote
1
answer
217
views
What happens if I miss facebook's callbacks?
What happens if I miss facebook's callback, because my app is down, or had an error or something?
Will facebook retry later?
0
votes
1
answer
391
views
facebook java api: what is the replacement for all the feed_* methods?
I see all the feed_* methods are deprecated... (I am using version 3.0.2).
What replaces them? How do I publish something to the user's feed.
0
votes
1
answer
2k
views
facebook-java-api: fql_query returns null
I'm trying to fetch logged-in first name using fql_query.
i tried the following code:
import java.io.IOException;
import java.io.PrintWriter;
import java.util.ArrayList;
import javax.servlet.http.*;
...
1
vote
2
answers
499
views
facebook-java-api on red5, can they work together?
I have a Adobe Flash Builder GUI application that connects to Red5 to communicate.
can i use the red5 to call facebook API calls? can anyone provide an example? all the examples that i can find are ...
0
votes
1
answer
825
views
Redirecting Facebook 'offline_access' permission page
I am trying to get users' permission for 'offline_access' in an iFrame Facebook application coded with the Facebook Java API. I understand that I need to obtain an 'indefinite session key' after the ...
5
votes
3
answers
466
views
Is it possible to have a 'background' Facebook App?
I need a Facebook application that kind of sit in the 'background' of user operations. Once the app is installed by the user, it will keep on sending the user's status updates, new friend connections ...