periscope_api icon indicating copy to clipboard operation
periscope_api copied to clipboard

Bad Request

Open hendisantika opened this issue 9 years ago • 7 comments

I tried all API's that you have written on this repo with Postman then the result is :

{ "success": false, "msg": "Bad Request" }

Could you please explain what should I do?

Thanks

hendisantika avatar Aug 04 '16 07:08 hendisantika

I get the same error, any ideas?

EitanGoldfrad avatar Nov 23 '16 13:11 EitanGoldfrad

Some request parameters are missed, or incorrect.

Pmmlabs avatar Nov 23 '16 15:11 Pmmlabs

I use the exact params from the API:

{
    "bundle_id": "com.bountylabs.periscope",
    "phone_number": "",
    "session_key": "<twitter_user_oauth_key>",
    "session_secret": "<twitter_user_oauth_secret>",
    "user_id": "<twitter_user_id>",
    "user_name": "<twitter_user_name>",
    "vendor_id": "81EA8A9B-2950-40CD-9365-40535404DDE4"
}

EitanGoldfrad avatar Nov 24 '16 08:11 EitanGoldfrad

I switch my telepathy on and assume that you use tokens from your developer panel, but actually only Periscope's tokens are accepted.

Pmmlabs avatar Nov 24 '16 14:11 Pmmlabs

I guess you are psychic :) How do we get those Periscope tokens?

EitanGoldfrad avatar Nov 24 '16 15:11 EitanGoldfrad

For example, search on Pastebin, periscope secret key

Pmmlabs avatar Nov 24 '16 21:11 Pmmlabs

Still the same error :(

EitanGoldfrad avatar Nov 27 '16 13:11 EitanGoldfrad