periscope_api
periscope_api copied to clipboard
Bad Request
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
I get the same error, any ideas?
Some request parameters are missed, or incorrect.
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"
}
I switch my telepathy on and assume that you use tokens from your developer panel, but actually only Periscope's tokens are accepted.
I guess you are psychic :) How do we get those Periscope tokens?
For example, search on Pastebin, periscope secret key
Still the same error :(