I've played around a bit with twitter4j and found it absolutely wonderful. Now I've been looking into the equivalent for facebook but so far haven't had much luck finding a decent project.
I looked into facebook-java-api but it appears that they break their API from release to release. I consider this unacceptable.
I'm currently playin...
Hello stackers,
I'm trying to convert friend pages into fan pages (most businesses have created friend pages by mistake) and am trying to email everyone on a friend list about the move.
I've tried
FQL "SELECT email FROM user WHERE uid=xxxx"
Creating groups (not good for 5000 friend pages)
Restfb: Connection myFriends = facebookClien...
For a new J2EE Facebook Connect project, do you recommend:
restfb (http://www.restfb.com), or:
Facebook Java API
(http://code.google.com/p/facebook-java-api)
The requirements cover pretty much everything supported by Facebook Connect.
Completeness, ease of use, stability, etc are important. But what matters the most to us are the od...
The response
array (
0 =>
array (
'time_start' => 1252652400,
'time_stop' => 1252911600,
'stats' =>
array (
6002306163363 =>
array (
'id' => 6002306163363,
'impressions' => '6713',
'clicks' => '7',
'spent' => '593',
'actions' => '1',
...
Hi Mark,
Can you provide solution to following question:
http://stackoverflow.com/questions/3776699/how-to-create-a-java-class-for-a-json-string-where-keys-are-variable .
Here we are not able to collect all stats objects as key is dynamic.
Thanks,
Jayant
...
Hi,
I would like to know if it's possible to set the privacy setting for a specific Facebook album with RestFB Java library ?
Thank you very much,
Regards,
Anthony
...