ritamnrg / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

GWT and AppEngine support? Examples requested #289

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This first question is if it is possible to use this library for a GWT based 
application that is running on App Engine servers?

If it is possible to do that, are there any examples or sample code for some 
basic stuff to help get started?

Thanks.

Original issue reported on code.google.com by joshsimerman on 3 Feb 2010 at 1:02

GoogleCodeExporter commented 8 years ago
Did you ever get any response. I'm tearing my hairs out trying to accomplish 
this.

Original comment by manster...@gmail.com on 10 Feb 2010 at 6:14

GoogleCodeExporter commented 8 years ago
I have not heard anything yet.

It seems like this library could work. There are other less active libraries 
for gwt
and facebook, but they are all basic wrappers around the javascript API. 

I was hoping that I could use this library with GWT-RPC|GQuery to call the 
facebook
REST service directly from the App Engine URLfetch, and then have GWT
optimize/compile the necessary javascript for the client, rather than having to 
use a
hard-coded wrapper.

I have not had any luck getting this to work so far, but based on the activity 
and
maintenance of this library, it does seem best suited versus the other 
gwt+facebook
libraries out there.

Original comment by joshsimerman on 10 Feb 2010 at 2:01

GoogleCodeExporter commented 8 years ago
I just noticed a comment on another thread, that the client REST libraries are 
not
serializable, so I don't know if this library is capable of working in a
GWT+AppEngine configuration at all.

http://code.google.com/p/facebook-java-api/issues/detail?id=284 

Original comment by joshsimerman on 10 Feb 2010 at 2:03

GoogleCodeExporter commented 8 years ago
yes i'm getting more and more discouraged at the lack of explanations or help 
out 
there. you may be interested in checking this out. cant get it to work myself 
but the 
example looks promising. wish there existed a guide like that on this google 
group.

http://www.socialjava.com/

Original comment by manster...@gmail.com on 10 Feb 2010 at 11:02

GoogleCodeExporter commented 8 years ago
Here are the 2 best example articles I have seen so far.

http://programmaremobile.blogspot.com/2009/01/facebook-java-apieng.html

http://blog.theunical.com/facebook-integration/facebook-java-api-example-to-publ
ish-on-wall/

Original comment by joshsimerman on 25 Feb 2010 at 7:57