1
我作出了軌道的網站,我想與Facebook的互動,並獲得來自 網頁一些照片,我看到這個教程,但它顯示的朋友只有 https://github.com/arsduo/koala/ 我做這個步驟考拉寶石在Ruby on Rails的
@graph = Koala::Facebook::API.new(oauth_access_token)
profile = @graph.get_object("me")
friends = @graph.get_connections("me", "friends")
@graph.put_connections("me", "feed", :message => "I am writing on my wall!")
現在的問題是 如何使用考拉寶石從facebook頁面獲取照片?
這隻能得到個人資料圖片。我需要所有的照片,有一些叫做fql的東西,但我不知道如何使用它 – gendy 2012-07-24 08:25:11