Sto provando a creare le app di analisi in tempo reale e utilizzare i tasti durante la creazione dell'applicazione Android. The API funziona benissimo tranne per un punto, non restituisce il numero Client Key
.API REST Parse che non restituisce Client Key
{
"appName": "my new app",
"dashboardURL": "https://www.parse.com/apps/my-new-app--30",
"applicationId": "oQqMyipkIgxYFXRROYTZsREfTcXp770awB1yMVrs",
"javascriptKey": "XAPZ7DoZHQIhMC8vPqN1m79wRIQyIXv7tmVIHmRs",
"windowsKey": "ZsyfFr0WtaQx6tsCokNSmTvjd05QCbCbMLzpChvP",
"webhookKey": "LyXnWJ3tRH56gK19KC1fjTvoUbdSUZoXhyO6khoT",
"restKey": "dzpdzYNkts2xZxPDVe7qC298Z20oIXhLJAPuY2Dw",
"masterKey": "0M2uUDZdKa1KYC1VBrmDaGK3chBaUMw0c2M4XXw1",
"clientPushEnabled": true,
"clientClassCreationEnabled": true,
"requireRevocableSessions": true,
"revokeSessionOnPasswordChange": true
}
e ho bisogno della chiave del client, come indicato nel API Android:
Parse.initialize(this, "YOUR_APP_ID", "YOUR_CLIENT_KEY");
Ho cercato commutando le bandiere invano.
Cosa devo fare per accedere allo Client Key
?
Edit:
Sto parlando del Client Key
che appare qui: http://postimg.org/image/f76lj6xcr/
definisce un nuovo client o è ancora lo stesso client? (nel qual caso la chiave del client è la stessa) – njzk2
È per lo stesso client. Non sto usando Parse Objects, sto solo usando l'API Create + Push. –
probabilmente hai già la chiave del cliente? – njzk2