操作
Bug(バグ) #1716
完了RPC API can't response friends data.
開始日:
2010-10-19
期日:
進捗率:
100%
予定工数:
3.6 で発生するか:
[QA]バグ通知済:
3.8 で発生するか:
説明
Overview¶
RPC API can't fetch friends data.
Example:
POST http://op3.happyturn/api.php/social/rpc?st=XXXXX
RequestBody:
[{"method":"people.get","id":"people.get","params":{"userId":"@owner","groupId":"@self"}}]
Response:
[{"id":"people.get","data":{"id":"1","isOwner":true,"isViewer":true,"hasApp":true,"displayName":"hogehoge","thumbnailUrl":"","profileUrl":"http:\/\/op3.happyturn\/\/member\/profile\/id\/1","gender":"male"}}]
POST http://op3.happyturn/api.php/social/rpc?st=XXXXX
RequestBody:
[{"method":"people.get","id":"people.get","params":{"userId":"@owner","groupId":"@friends"}}]
ResponseBody:
[{"id":"people.get","data":{"id":"1","isOwner":true,"isViewer":true,"hasApp":true,"displayName":"hogehoge","thumbnailUrl":"","profileUrl":"http:\/\/op3.happyturn\/\/member\/profile\/id\/1","gender":"male"}}]
Causes¶
https://issues.apache.org/jira/browse/SHINDIG-1265
Way to fix.¶
- I patch about https://issues.apache.org/jira/browse/SHINDIG-1265 before 1.2.x
- I update Shindig at 1.3.0-dev
Shogo Kawahara さんが約14年前に更新
- 題名 を RPC API can't fetch friends data. から RPC API can't response friends data. に変更
匿名ユーザー さんが約14年前に更新
- ステータス を New(新規) から Pending Review(レビュー待ち) に変更
- 進捗率 を 0 から 50 に変更
更新履歴 8f90157845d588d3b71883bf25bbd783a2775e18 で適用されました。
Shogo Kawahara さんが約14年前に更新
- ステータス を Pending Review(レビュー待ち) から Fixed(完了) に変更
- 進捗率 を 50 から 100 に変更
操作