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 22: get_plurks() 缺少 $only_favorite 參數及註解錯誤
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  appleboy.tw
Closed:  Aug 2010


 
Reported by hit1205...@gmail.com, Aug 18, 2010
現在噗浪有將噗設為「喜歡」的功能,Plurk API 中也新增了 only_favorite 參數:
http://www.plurk.com/API#/API/Timeline/getPlurks
但 php-plurk-api 1.5.0 中的 get_plurks() 還沒有這項參數,希望能補進去,感謝!

--

另外之前提出的 get_plurks() 註解說明錯誤也希望能一併修正:
https://code.google.com/p/php-plurk-api/issues/detail?id=8&can=1

茲列如下:

get_plurks() 的 $offset 參數
應該是 "年-月-日T時:分:秒" 的格式而非 timestamp

get_plurks() 的 $only_user 參數並非是 "使用者ID"
而是傳入 null 以外的值都會變成 "只列出目前登入的使用者的噗"

--

順帶一提,get_plurk() 的註解寫成 function get_plurks 了
雖然這不是程式錯誤,但希望也能修正,感謝 =)
Aug 24, 2010
Project Member #1 appleboy.tw
1. add favoritePlurks and unfavoritePlurks function API.
2. fixed offset value for get_plurks() function API.
3. add only_favorite parameter for get_plurks() function API.
Status: Fixed
Owner: appleboy.tw

Powered by Google Project Hosting