-1

I have created a web application hosted on Google App Engine (Java). Now my client wants a Facebook application of it. All I need to ask is: Is it possible?

The problem is that all I see is the Python version of Google App Engine for Facebook development, so is it possible to **build a Facebook application (Java) with my application hosted on Google App Engine (Java platform).

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
user958414
  • 385
  • 1
  • 5
  • 10

1 Answers1

1

You can create a Facebook application that is IFrame based. This way Facebook will host your application inside an IFrame.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Shay Erlichmen
  • 31,691
  • 7
  • 68
  • 87
  • 0o0o0o now i get it thanks... and as i have searched i will be needing Facebook SDK for checking the Facebook login and all so my concern is will Google App Engine supports Facebook SDK or not? – user958414 Oct 17 '11 at 06:38
  • @user958414 There are plenty of facebook apps that use GAE as a backend. I'm pretty sure that the java sdk works on GAE, you can also use the Javascript SDK. – Shay Erlichmen Oct 17 '11 at 06:55