Questions tagged as 'oauth'

1
answer

User Seeds Laravel do not work correctly with Passport

I am developing an API in Laravel by relying on the authentication it provides Passport , populating the development database with the Seeders and performing the tests with the client Postman . The problem is this:    By populating m...
asked by 04.04.2017 / 09:35
1
answer

Authenticate user (Facebook) with Firebase

I am trying to authenticate my registered users through Facebook in Firebase. But the Firebase documentation is in objective-C and I'm working with Swift. I have already created the app from Facebook and authenticated by Facebook on the Fireb...
asked by 21.02.2016 / 06:00
1
answer

It does not connect with the twitter app

I have this error that comes up in the browser when I try to connect to a twitter app:    Fatal error: Can not use method return value in write context in   /home/abc/public_html/publisher2/application/controllers/twitterapp.php   on line 41...
asked by 28.06.2016 / 00:32
1
answer

How to authorize access to Google Drive with OAuth2?

In my final year project I want to implement a client in which certain files are synchronized with your Google Drive account. I'm trying to use the Google Drive API for Java and I'm pretty lost with the OAuth2 because all the sources I read i...
asked by 15.02.2016 / 20:53
0
answers

How to use OAuth2 to validate users in a PHP REST API

I would like to know since I made a REST API in PHP and I only need the login part, I have listened to OAuth2 but I do not really know how to use it or implement it in PHP so that each time I make a request I validate this user     
asked by 27.01.2017 / 16:12
2
answers

Consume RESTful Web service in ASP .NET

I have a situation, I must consume a RESTful Web service with OAuth2 authentication and my application is developed on ASP.NET. What can I use to consume this service? How should I create the client using libraries like OWIN or others?     
asked by 04.02.2016 / 18:02
0
answers

Log in with Facebook with OAuth in asp mvc

I have configured the login to a ASP MVC web application with facebook , twitter , G + and Microsoft , but facebook stopped working. I read that facebook changed some things, they know if there is a way to solve the problem and if I c...
asked by 27.06.2017 / 18:51
1
answer

Handle error with existing firebase account

I have a login where they start using Facebook. I want to add the option to login using Twitter. But for that I must also be able to handle errors with accounts that have the same mail that has already been registered before. That is, if a user...
asked by 21.07.2018 / 15:00
1
answer

Why does not the VK audio api list anything?

Because VK's api audio does not show me the list of cansines. Show a list of songs with the audio api of VK, but only give me one with a link that says audio api unavailable. This is what it prints me: {"response": [1,{ "aid": 1, "owner_...
asked by 15.02.2017 / 10:46
1
answer

Login with Twitter in Laravel with artdarek / oauth-4-laravel

I do not understand how this OAth service provider is used: I have a login created, where, being a login, I hope to enter there an email and password and a button to make the request. My code is this: <div class="container"> &l...
asked by 25.07.2016 / 22:54