Questions tagged as 'oauth2'

1
answer

using twitter api with golang

I'm trying to make this request "oauth / request_token" on twitter using go. // GET PARAMS TO REQUEST t := time.Now().Format("20060102150405") values := make(url.Values) values.Add("oauth_nonce", auth.ANonce) values.Add("oauth_callback", auth....
asked by 08.05.2018 / 14:39
1
answer

Create client_secret manually in PHP for Laravel + OAUTH2

Problem: I have an application with auto installer. When the user sets up their account, I would like to manually register it in the oauth_clients table, with a secret only from it. If I do the manual procedure through the Laravel Passport...
asked by 13.03.2018 / 18:25
1
answer

OAuth 2.0 flow for authentication of multiple APIs using an authentication server

When I log in through my front-end layer, a request is sent to my authentication server which, in turn, returns a Bearer Token that can be saved in a cookie, for example. No doubt about it! My problem is that my front layer requests N other...
asked by 06.03.2018 / 20:51
1
answer

APK Validation on Google

I have app that I need to validate the data integrity of it. For this, I need to google tell me whether that application was signed by him or not. But for this to work, I need it to generate a token for validation. Is thi...
asked by 14.02.2018 / 11:51
1
answer

Problems generating OAuth access token with HttpURLConnection

I'm trying to make a request for a webservice that uses OAuth to generate an access token. But even though the request returns the Http 200 code, json appears only as {"errors": {"internal": ["500"]}} , below the code: NOTE: I did the same p...
asked by 16.01.2018 / 19:28
1
answer

How do I persist and update Google's oauth 2.0 Token Access?

I have a Google Analytics account and need Token Access to make some requests that return data from my account. Whenever I use oauth to authenticate it works fine, however, when I change pages my Token data will disappear. I have already stored...
asked by 14.09.2017 / 21:02
1
answer

OAuth2 Authorization Problem using Wamp in Laravel 5.1

Good evening, I'm studying API RestFull with Laravel 5.1 and I ran into a problem requesting a request in OAuth. When I run the built-in PHP server it works normally link WhenIuseWampServeritgivesthismessage: link Does anyone kno...
asked by 21.07.2017 / 02:50
0
answers

Login with instagram in Android app

I have a beginner's doubt that is causing me a certain inconvenience. How to log in with an Instagram account and get the list of followers and people I follow? I've seen several video lessons about this but I can not put it into practice on...
asked by 05.06.2017 / 18:18
0
answers

Oauth in Azure does not open

I'm working with the Google Drive API, and on localhost the Consent screen - one that allows you to make changes and view your data - usually opens in a new browser tab. But when uploading the project to Azure when I click the button that ope...
asked by 28.03.2017 / 19:40
0
answers

Uploading files via PHP to Google Drive using API

Following the steps in this tutorial, I was able to upload a file to my Google Drive via API, the priority was to upload it without the user's consent. link However, I noticed that the Refresh Token has to be always updated and for this...
asked by 07.02.2017 / 19:41