Active
Project:
OpenSocial Shindig-Integrator
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jan 2010 at 14:25 UTC
Updated:
3 Mar 2010 at 08:09 UTC
As shown in the attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| shindig_integrator_appservice_use_appid.patch | 851 bytes | proppy |
Comments
Comment #1
ramsharma2005 commentedHi,
I think it is far better to use it from token instead of 4appId because of security reasons. Shindig does not check for any sessions and other private data. It checks for valid token only, so the token is the final reliable entity for shindig.
So, we would like to stick with the current implementation. Please let me know if you have any other reasons to use it from $appId.
Comment #2
proppy commentedThanks for the reply.
For some reason token->getAppId() does not match $appId in our setup, further debugging will be needed in order to figure it out.