Hey Guys - ok made a blog posting today that goes through how i interact with the Facebook graph API without any third party components. It's easy with just http requests and a couple small tokens. it's all the gotcha's and undocumented facebook stuff that makes it hard: I've beed successfully writing app engine apps in java that run in a facebook iframe.
http://javagwt.blogspot.com/2010/08/facebook-apps-on-app-engine-without-any.html i'd appreciate your feedback. Hope this helps. On Aug 21, 11:53 am, Luis Daniel Mesa Velasquez <[email protected]> wrote: > I am doing it with a servletfilter to do the OAUTH with the graph > api... the servlet fliter does authentication and in my servlets i > call the static methods of the filter passing the tokens... > > On Aug 20, 5:30 pm, Ahmed Shoeib <[email protected]> > wrote: > > > > > sure i need to know more about it > > i you can support an example explain it > > it will be very helpful > > > On Aug 20, 6:23 am, Benjamin <[email protected]> wrote: > > > > I integrate my app engine apps with facebook without any third part > > > api - just http, oauth and the facebook graph - let me know if you'd > > > like to know more. > > > >http://developers.facebook.com/docs/api > > > > On Aug 18, 3:40 pm, Peter Simun <[email protected]> wrote: > > > > > This can helps > > > > youhttp://java.dzone.com/articles/efective-json-google-web > > > > > Peer > > > > > On 18. Aug, 13:05 h., Ahmed Shoeib <[email protected]> > > > > wrote: > > > > > > hi all , > > > > > > i want a simple application explain how to integrate facebook api > > > > > with my app engine application > > > > > > best regards, > > > > > ahmed shoeib > > > > > java developer -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
