Pmmlabs / OpenPeriscope

Unofficial Periscope client
GNU General Public License v2.0
74 stars 30 forks source link

can't get periscope oauth #49

Closed hello-david closed 7 years ago

hello-david commented 7 years ago

I have already get twitter's oauth by using it's sdk,and then when I POST to "https://api.periscope.tv/api/v2/loginTwitter" API with the http body @"session_key" : session.authToken,@"session_secret" : session.authTokenSecret,@"user_id" : session.userID, @"user_name" : session.userName, (on IOS,some key optional) .end then receive the 401 error code.

here is my question : It's useful for this api now?

Pmmlabs commented 7 years ago

You can't use tokens from your developer panel, because only Periscope's tokens are accepted.