2011-01-29 38 views

回答

1

我希望這不是遲到[但我只是有同樣的問題],你需要使用操作鍵。下面是來自facebook圖api的示例:


curl -F'access_token = ...'\
-F'message =看看這個有趣的文章'\
-F'link = http:// www。 example.com/article.html'\
-F'picture = http://www.example.com/article-thumbnail.jpg'\
-F'name =文章標題'\
-F'字幕=鏈接的標題'\
-F'description =更長的鏈接描述'\
-F'actions = {「name」:「View on Zombo」,「link」:「http:// www .zombo.com「}'\
-F'privacy = {「value」:「ALL_FRIENDS」}'\
-F'targeting = {「countries」:「US」,「regions」:「6,53」,「locales」:「6」 }」 \
https://graph.facebook.com/me/feed

乾杯......

相關問題