Hi, Could someone please explain why the BlobCrypterSecurityToken does not return the actual AppId? And why isn't the AppId part of the encrypted token?
Code snippet from BlobCrypterSecurityToken.java
// Legacy value for signed fetch, opensocial 0.8 prefers
opensocial_app_url
public String getAppId() {
return appUrl;
}
Regards,
Amit

