Text-Processing

फ्रीमियम
द्वारा Jacob | अपडेट किया गया 17 days ago | Text Analysis
लोकप्रियता

9.6 / 10

लेटेंसी

318ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

Invalid Mashape key - PHP method

Rapid account: Fgredruello
fgredruello
10 years ago

Hi!

Can you help me ??

PHP example method:

$response = Unirest::post(
https://japerk-text-processing.p.mashape.com/sentiment/”,
array(
“X-Mashape-Authorization” => “MY_MASHAPE_KEY”
),
array(
“text” => “”,
“language” => “”,
));

return:

HttpResponse Object ( [code:HttpResponse:private] => 403 [raw_body:HttpResponse:private] => {“message”:“Invalid Mashape key. If you are a Mashape user, get your key from your dashboard at https://www.mashape.com/login - To create a free Mashape account instead, go to https://www.mashape.com/signup”} [body:HttpResponse:private] => stdClass Object ( [message] => Invalid Mashape key. If you are a Mashape user, get your key from your dashboard at https://www.mashape.com/login - To create a free Mashape account instead, go to https://www.mashape.com/signup ) [headers:HttpResponse:private] => Array ( [Date] => Wed, 24 Apr 2013 13:10:57 GMT ) )

Thanks!

Rapid account: Fgredruello
fgredruello Commented 10 years ago

Sorry for any incovenience, error in my php library… 😦

API Works !!!

Thanks!

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें