PassKit

GRATUITO
Por passkit | Atualizado 18 giorni fa | Commerce
Health Check

N/A

Voltar para todas as discussões

Cannot login with the new sentence

Rapid account: Negimarto 2
negimarto2
10 anni fa

Hi:

I cannot login with neither android nor IOS with the next sentences:

IOS:
#define HEADERS_UNIREST @{@“X-Mashape-Key”: @“Fyhoi2RzKTmshY4CvCrHKOfxUxuXp1oCIRkjsnb6wRyc0xQq28”}
NSDictionary* headers = HEADERS_UNIREST;
NSDictionary* parameters = @{};
UNIUrlConnection *asyncConnection = [[UNIRest get:^(UNISimpleRequest *request) {
[request setUrl:@“https://passkit-passkit.p.mashape.com/authenticate”];
[request setHeaders:headers];
[request setUsername:@“UTRivxRKxLDFqRXUA9y”];
[request setPassword:@“Du4uaCNH6.70DCV8DZgR.eyDSVe0XWYsSftyxkLfce/hJJAn8tzpy”];
}] asJsonAsync:^(UNIHTTPJsonResponse *response, NSError *error) {
NSInteger code = response.code;
NSDictionary *responseHeaders = response.headers;
UNIJsonNode *body = response.body;
NSData *rawBody = response.rawBody;
}];

Android:
HttpResponse<JsonNode> request = null;

request = Unirest.get(“https://passkit-passkit.p.mashape.com/authenticate").header("X-Mashape-Key”, “Fyhoi2RzKTmshY4CvCrHKOfxUxuXp1oCIRkjsnb6wRyc0xQq28”).basicAuth(“UTRivxRKxLDFqRXUA9y”, “Du4uaCNH6.70DCV8DZgR.eyDSVe0XWYsSftyxkLfce/hJJAn8tzpy”).asJson();

boolean exito = request.getBody().getObject().getBoolean(“success”);

What´s wrong with this =’(

Rapid account: Passkitadmin
passkitadmin Commented 9 anni fa

The issue appears to be that you are using your PassKit API credentials to access the Mashape API.

Please pair your PassKit account with your Mashape account (see instructions under Authentucation), then use your Mashape credentials in your requests.

Rapid account: Marto
marto Commented 10 anni fa

Hi:

Whats up with mashape, it is still broken?

Rapid account: Passkit
passkit Commented 10 anni fa

We are experiencing problems with the changes made to Mashape. The recent changes have broken the authentication between Mashpae and our API. We are working with Mashape to get this issue resolved as soon as possible.

Rapid account: Negimarto 2
negimarto2 Commented 10 anni fa

It gives me a 401 error…

Junte-se à discussão - adicione o comentário abaixo:

Efetue login / inscreva-se para postar novos comentários