差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

facebook:facebook [2013/03/03 23:38]
tony
facebook:facebook [2023/06/25 09:48]
行 1: 行 1:
-{{tag>​facebook}} +
-====== Facebook ====== +
-這裡蒐集一些開發Facebook應用程式所學習到的技術。之所以歸類為Java的p子類,是因為都是以Java為主要開發語言。 +
-===== Article List ===== +
-==== Basic ==== +
-  * [[.:​basic:​graphapi|Graph API是什麼東東?​ ]] +
-  * [[.:​advance:​graphapi|Graph API基本原理]]  +
-  * [[.:​basic:​authentication|Authentication]]  +
-  * [[.:​javascript:​xfbml|An Introduction to XFBML]]  +
-  * [[.:​needToKnow:​DeveloperRoadmap|開發臉書AP你不可不知道的事-Developer Roadmap]]  +
-==== Programming ==== +
-  * [[.:​basic:​establish_AP|Establish a app in 5 minutes - Find the Single]]  +
-  * [[.:​java:​serverSideAuth|在Server-Side如何取得AccessToken?​]]  +
-  * [[.:​javascript:​profilePicLinkProblem|How to open a new window with the fb:​profile-pic?​]] +
-  * [[.:​javascript:​postToWall|發佈訊息至塗鴉牆]] +
-  * [[.:​javascript:​util_intro|幾個好用的FB Javascript]]  +
-==== FAQ ==== +
-  * [[.:​faq|FAQ]]  +
-===== To do list ===== +
-  * 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** +
-  * [[http://​developers.facebook.com/​html5/​build/​features/​offline/​|Make it Work Offline]] +
-  * 將dialog method由stream.publish改為feed:​ stream.publish已經過時了。但在使用feed時,試圖將picture連結到fb的app image,會出現「FBCDN image is not allowed in stream: 」。目前只找到把圖片放某一個可以連到server上的解法,但這樣就必須把code url寫死了。 +
-===== Resource ===== +
-  * [[http://​developers.facebook.com/​tools/​explorer?​method=GET&​path=100000274774093|Graph API Explorer]] +
-  * [[http://​www.adobe.com/​devnet/​facebook/​articles/​facebook_architecture_overview.html|Facebook Architecture Overview]] +
-  * [[http://​www.cadiis.com.tw/​free-ssl-redirect-https-embed-facebook.html|https轉址]] 待試.. +
-  * [[http://​developers.facebook.com/​blog/​post/​558/​|Build Facebook App With Heroku]]+