My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 3: get_plurks() & add_response() 的問題
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Dec 2009


 
Reported by patw...@gmail.com, Dec 16, 2009
get_plurks() 中的 $only_responded = FALSE 及 $only_private = FALSE,
好像改成 $only_responded = '' 及 $only_private = '' 才能抓到正常的河道內容。

add_response() 似乎沒有作用,不知是否是因為少了 $result = $this-
>plurk(PLURK_ADD_RESPONSE, $array);

另外,其成功好像沒有送 http_status 200,要改用 400 判斷是否成功嗎?

用到目前遇到的問題,再麻煩解答囉~

感謝原作前輩們的熱心付出 <(_ _)>
Dec 17, 2009
Project Member #2 roga.lin
add_response() 內的 result = $this->plurk(PLURK_ADD_RESPONSE, $array); 已經有人加回去
了,應該是我在前一個版本按錯誤砍沒發現,其他問題應該都有人修正了,另外請重新 svn
update 原始碼(這個比較即時)

至於即時的 HTTP 的狀態,可以用 function get_http_status() 取得。

謝謝您 :P
Status: Fixed

Powered by Google Project Hosting