Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(414)

Issue 91091: Implements anonymous viewer in PHP Shindig (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
16 years, 2 months ago by Jacky Wang
Modified:
16 years, 1 month ago
Reviewers:
chabotc, shindig.remailer
Base URL:
http://svn.apache.org/repos/asf/incubator/shindig/trunk/
Visibility:
Public.

Description

for an anonymous viewer, Shindig people API will response a Person object with: id = -1 isOwner = $token->isAnonymous() ? true : false isViewer = $token->isAnonymous() ? true : false name = anonymous_user displayName = Guest.

Patch Set 1 #

Patch Set 2 : revised #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -18 lines) Patch
php/src/common/sample/BasicSecurityToken.php View 1 2 chunks +0 lines, -4 lines 0 comments Download
php/src/social/sample/JsonDbOpensocialService.php View 1 1 chunk +0 lines, -7 lines 0 comments Download
php/src/social/service/PersonHandler.php View 2 chunks +48 lines, -7 lines 0 comments Download

Messages

Total messages: 2
Jacky Wang
16 years, 2 months ago (2009-07-09 10:32:32 UTC) #1
Jacky Wang
16 years, 1 month ago (2009-07-16 05:07:10 UTC) #2
revised
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b