简体   繁体   中英

Best client/server architecture to develop Facebook application?

I want to develop a Facebook application with Flex 4 technology for client side and Java (Spring based) for server side.

My questions are :

  • The best architecture to interact with Facebook plateform is : Facebook AS3 library used directly in my client side, or Facebook Java library (RestFb) in my server side ?
  • In general way, to interact with any external plateform (Facebook, Google, etc ...) where the calls must be done (server or client side) ?

Thank you very much,

Anthony

I'd use servers side solution, because it would give me more control to:

  1. filter requests
  2. do statistics
  3. update server, without updating all clients
  4. have one server that supports multiple clients (web/mobile)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM