[問題] PHP FB API

看板Web_Design作者 (Bloodmors)時間11年前 (2014/06/30 19:44), 11年前編輯推噓0(001)
留言1則, 1人參與, 最新討論串1/1
今日在測試分享文章到FB 但我用 $post = $facebook->api('/me/feed', 'post' , array( 'access_token' => $access_token, //有取得access_token 'message' => 'test', 'title' => 'test', 'description' => 'test' )); 他會沒辦法貼文 然後網頁會一直在執行中 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 122.118.72.42 ※ 文章網址: http://www.ptt.cc/bbs/Web_Design/M.1404128695.A.52E.html ※ 編輯: fire231 (122.118.72.42), 06/30/2014 20:00:45

06/30 23:45, , 1F
access_token的來源?
06/30 23:45, 1F
FB登入後取得access_token阿~ 這部分是正常的 ※ 編輯: fire231 (122.118.72.42), 07/01/2014 02:09:39
文章代碼(AID): #1JiKstKk (Web_Design)