Actions
Bug(バグ) #1716
closedRPC API can't response friends data.
Start date:
2010-10-19
Due date:
% Done:
100%
Estimated time:
3.6 で発生するか:
[QA]バグ通知済:
3.8 で発生するか:
Description
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
Updated by Shogo Kawahara about 14 years ago
- Subject changed from RPC API can't fetch friends data. to RPC API can't response friends data.
Updated by Anonymous about 14 years ago
- Status changed from New(新規) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
更新履歴 8f90157845d588d3b71883bf25bbd783a2775e18 で適用されました。
Updated by Anonymous about 14 years ago
更新履歴 fbce5fd12db9e54bdf83341789ba38597c73e020 で適用されました。
Updated by Anonymous about 14 years ago
更新履歴 e067e3e512cbfe9bb592c1ad61aaead2a70b5ce9 で適用されました。
Updated by Anonymous about 14 years ago
更新履歴 commit:"29f4a56c633bf5cb7e577c0401ae00bada738203" で適用されました。
Updated by Shogo Kawahara about 14 years ago
- Status changed from Pending Review(レビュー待ち) to Fixed(完了)
- % Done changed from 50 to 100
Actions