Facebook

這裡蒐集一些開發Facebook應用程式所學習到的技術。之所以歸類為Java的子類,是因為都是以Java為主要開發語言。

Article List

Basic

Programming

FAQ

  • Facebook Architecture Overview V
  • An Introduction to Graph API V
  • Different authentication methods
  • Authentication Dialog in the same page( in order to solve the popup problem in FB.login API)
  • Flash AP in facebook
  • An Introduction to facebook java API - RestFB
  • How to implement the Credits?
  • Application Insights
  • User-Facing with Application
  • Heroku V
  • 將dialog method由stream.publish改為feed: stream.publish已經過時了。但在使用feed時,試圖將picture連結到fb的app image,會出現「FBCDN image is not allowed in stream: 」。目前只找到把圖片放某一個可以連到server上的解法,但這樣就必須把code url寫死了。