Questions tagged [twitter-oauth]

Twitter implementation of oauth

Oauth - is an open protocol to allow secure API authorization in a simple and standard method from desktop and web applications.

See also:

2753 questions
4
votes
3 answers

Is it possible to test out Oauth Login Authentication (Facebook, Twitter, Google) without a domain and hosting?

Is there a way without actual domain name and a hosting ? Can we use localhost in some way ? I am using Python and Django !
Yugal Jindle
  • 44,057
  • 43
  • 129
  • 197
4
votes
0 answers

Unhandled Runtime Error: Failed to load script: /_next/static/chunks/pages/api/twitter/generate-auth-link.js

I have a Link tag that looks like Login with Twitter. I have already created pages/api/twitter/generate-auth-link.ts that looks like: import { NextApiResponse } from 'next' import TwitterApi from…
deadcoder0904
  • 7,232
  • 12
  • 66
  • 163
4
votes
3 answers

Problem in Callback in Twitter in Android

I have implemented Twitter in my application , i am facing problem in Callback. Twitter API's has been updated recently so i am unable to send Callback URL. Also the Setting Page now change there is No Option for Selecting Web Based application or…
Venky
  • 11,049
  • 5
  • 49
  • 66
4
votes
1 answer

Is it possible to get oAuth to stay within an iFrame and not take up the parent window?

On https://www.eventhello.com/overridden_routes/not_mobile, I have an iFrame displaying the mobile version of our application. When from within the iFrame a visitor tries to connect with LinkedIn, Twitter, or Facebook using OAuth, it takes over the…
BWelfel
  • 532
  • 6
  • 20
4
votes
1 answer

OAuth, 403 response error on request_token

Receiving http 403 response error when trying to get a request token. I've checked my base string's singing process, and that's proper. If I use the default keys on the Twitter dev site, it generates the same result as they list on the site, so…
user618952
  • 41
  • 2
4
votes
2 answers

How should I deal with twitter auth token in shinyapp?

I built simple shinyapp that download tweets from a particular account and display some simple statistics and graphs (sentiment analysis, word clouds, etc.). I used the rtweet package. I would like to publish it at https://www.shinyapps.io/. The app…
KkK
  • 65
  • 4
4
votes
1 answer

Twitter 'Offline' Access for Developers?

I've been working closely with social integrations and the oauth framework for authorization. I know that, like Facebook, Twitter implements an oauth hook for its applications. My question is, is there a way to keep an access token active forever?…
Rick Allen
  • 43
  • 1
  • 6
4
votes
2 answers

How to post a tweet to twitter using Powershell?

Has anyone used the following code? How do I make it post a tweet? I know I have to use the "$req.Context.RawUri = [Uri]'http://api.twitter.com/version/statuses/update.xml" but I can't get the "$res =…
troz123
  • 41
  • 1
  • 2
4
votes
1 answer

python-oauth2 with Twitter's oauth_callback

I'm using Twython as my Twitter API wrapper, and oauth2 to handle authentication. I'm trying to have a use login via twitter, and then redirecting him after the oauth dance to a dynamically generated oauth_callback. This, however, appears to be…
D-Nice
  • 4,772
  • 14
  • 52
  • 86
4
votes
1 answer

Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings

I need to enable my website users to login to my website using their twitter accounts. My website based on angular 8 and spring boot. While I'm configuring Auth0 and test my twitter app, I get the following error: { "error": "access_denied", …
Moemen
  • 364
  • 3
  • 11
4
votes
2 answers

Handling users that exist, but try to login through Facebook OAuth / etc

I've got a decent set of existing users on my website who login via their emailaddress as their username. I'm setting up Facebook OAuth mechanism to allow new users to sign up more conveniently, but I'm not sure how to handle the scenario when a…
siliconpi
  • 8,105
  • 18
  • 69
  • 107
4
votes
3 answers

Getting 401 when requesting access token with signpost within android

Here is my code, i keep getting an exception "Authorization failed (server replied with a 401). This can happen if the consumer key was not correct or the signatures did not match." on this line 'provider.retrieveAccessToken(consumer, verifier);'. I…
Wez
  • 240
  • 1
  • 3
  • 11
4
votes
1 answer

Custom URL Schemes on iphone oauth twitter

After sending the user to safari to authorize, i get sent to mobile.twitter.com as opposed to my custom url scheme (something like myapp://). at the request token step, I did receive oauth_callback_confirmed=true. I've tried using a normal link like…
bogardon
  • 896
  • 2
  • 10
  • 22
4
votes
2 answers

Twitter Search API query with hashtag returning returning "Could not authenticate you”,”code”:32

I have scoured the web to try and find an answer to what seems to be a simple solution but unable to come across one. I am using Postman. On the Authorisation tab, I have entered the details as defined in the Twitter Application Management. In the…
mcclosa
  • 943
  • 7
  • 29
  • 59
4
votes
0 answers

403 Client Error: Forbidden for url: https://api.twitter.com/oauth/request_token

I am trying to add twitter credential to my login system, I keep getting 403 Client Error, I read this but doesn't have an answer. I followed the steps mentioned here no luck. I tried these patterns with Callback URL no…
Radico
  • 336
  • 1
  • 5
  • 19