Questions tagged as 'oauth'

0
answers

Login Django for api Twitter

I'm trying to make a login button in Django to authenticate with a twitter api. The process I want to do manually and get information from the user. I'm trying to do the following to get aouth_access bearer_token_credentials = base64.ur...
asked by 25.11.2018 / 21:53
0
answers

oAuth 1.0 + Magento 1.7 Doubts

I am trying to make a call to the REST API of Magento 1.7 (I use oAuth 1 for authentication). In the example below from the website of my CRM ( link ) I access my store and make a request api, but asks me to authenticate my credentials:...
asked by 24.09.2018 / 09:58
1
answer

error logging in with user with different role to admin

I have an api rest made in laravel 5.6 where I authenticate and register with passport and oauth, I register successfully but I am having problems logging in with users that do not have administrator role, it tells me they are not authorized....
asked by 27.07.2018 / 17:40
0
answers

How to show user data Laravel Passport

This is what it shows me when I send the user's data so that it generates a token with laravel postman, but I would like to know how to show the data of the user who has just logged in since I am interested in knowing the role of this user , I k...
asked by 23.05.2018 / 16:37
1
answer

Will not let me authenticate with facebook

Perform all the configuration following a video tutorial, as url of the site explain that it should be: link . However, trying to authenticate generates the following error.     
asked by 13.11.2017 / 08:02
0
answers

Oauthcpp: Undefined reference to OAuth

I am using the following code. Which can be obtained from here . I am looking to make a twitter from a program, I am using codeblocks in raspbian SO. Below are the errors that mark me when compiling. I also followed the instructions shown...
asked by 11.08.2017 / 23:41