开发者

Best client/server architecture to develop Facebook application?

开发者 https://www.devze.com 2023-02-11 10:15 出处:网络
I want to develop a Facebook application with Flex 4 technology for client side and Java (Spring based) for server side.

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)
0

精彩评论

暂无评论...
验证码 换一张
取 消