Questions tagged [oauth-1.0a]

OAuth 1.0a is revision A of the OAuth protocol. It has been obsoleted by OAuth 2.0. OAuth is a protocol that enables applications to obtain limited access to user accounts on an HTTP service, such as Facebook and GitHub. OAuth is natively supported in Spring Boot. Note that OAuth 2.0 is not backward compatible with OAuth 1.0

OAuth 1.0a is revision A of the OAuth protocol as defined by Internet Engineering Task Force (IETF) in RFC 5849. This mechanism is used by companies such as Amazon, Google, Facebook, Microsoft and Twitter to permit the users to share information about their accounts with third party applications or websites. It has been obsoleted by OAuth 2.0 (RFC 6749)

184 questions
0
votes
2 answers

Real world scenarios for 2-legged OAuth

What are some real-world scenarios for 2-legged OAuth? Is it only applicable for mobile/desktop apps?
0
votes
1 answer

oAuth2 code for replacement for of oAuth1 in Google Docs

Following is function call and function which helps in oAuth1 in Google Apps Script for Authorization from google Docs but as oAuth1 is getting discontinue from 20 April 15, replacement code for oAuth2 is hard to find. Please help me for same. var…
0
votes
1 answer

how to use the bitbucket API with ruby and access token

I am trying to use the bitbucket API. I have successfully got the flow working where I am able to retrieve the access token and access token secret. After that, I have not been able to get anything to work. I can't find any example on to get this…
user1130176
  • 1,772
  • 1
  • 23
  • 33
-1
votes
1 answer

How to Upload Video on twitter using twitvid but it is not working

I want to upload video on twitter and i use twitvid sample code and i also create the app on my account and generate all the tokens and ids that is required in the demo and set in demo but when i execute the code and select the video from library…
JAY RAPARKA
  • 1,353
  • 2
  • 13
  • 33
1 2 3
12
13