auth.appid = GAEConfig.masterAppID;
auth.user = "anonymouse";
auth.passwd = "anonymouse";
final List<GAEServerAuth> appids = new ArrayList<GAEServerAuth>();
GAERemoteHandler handler = new GAERemoteHandler(auth);
handler.requestEvent(new RequestSharedAppIDEvent(), new EventHandler()
{
@Override
public void onEvent(EventHeader header, Event event)
{
if (header.type == CommonEventConstants.REQUEST_SHARED_APPID_RESULT_EVENT_TYPE)