Python Forum
Callback URL for twitter app
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Callback URL for twitter app
#6
Generally, these are if you're pretending to be someone else. Like, you open a link to Twitter (with a callback url), and then whoever's using your app will log into Twitter using whatever their credentials are. Once they're done, they'll be redirected to your callback url with some sort of short-term access token which you then use with the api, to make calls for that particular user.

The whole point of this, is allowing random third party apps (like what you're making) access user data, without ever having access to that user's login/password.
Reply


Messages In This Thread
Callback URL for twitter app - by Truman - Dec-05-2018, 09:53 PM
RE: Callback URL for twitter app - by Larz60+ - Dec-06-2018, 12:47 AM
RE: Callback URL for twitter app - by Truman - Dec-08-2018, 10:31 PM
RE: Callback URL for twitter app - by Larz60+ - Dec-09-2018, 02:01 AM
RE: Callback URL for twitter app - by Truman - Dec-10-2018, 10:18 PM
RE: Callback URL for twitter app - by nilamo - Dec-10-2018, 10:45 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How do I scrape profile information from Twitter People search results? asdad 0 748 Nov-29-2022, 10:25 AM
Last Post: asdad
  Is it possible to write a python script to block twitter feeds? cubangt 0 886 Apr-07-2022, 04:14 PM
Last Post: cubangt
  Reducing JSON character count in Python for a Twitter Bot johnmitchell85 2 55,227 Apr-28-2021, 06:08 PM
Last Post: johnmitchell85
  How to update component props every time when a Dash callback returns? sguzunov 0 2,556 Jul-27-2020, 07:11 AM
Last Post: sguzunov
  update imhow in callback from pyaudio markB 0 2,367 May-28-2020, 06:01 PM
Last Post: markB
  Twitter follower network gugatcgwgf 2 2,072 May-06-2020, 10:29 AM
Last Post: gugatcgwgf
  Appending a list in a class from a callback function snizbatch 5 3,767 Sep-01-2019, 06:27 AM
Last Post: snizbatch
  Twitter listen script, dynamic search value? quitte74 0 1,903 Nov-01-2018, 01:09 PM
Last Post: quitte74
  Twitter extracts on analytics tab parthi1705 3 3,242 May-28-2018, 05:26 AM
Last Post: parthi1705
  Why is basic Twitter Connectivity So Difficult? Not sure what I'm doing wrong. Oliver 0 1,905 Mar-10-2018, 12:38 PM
Last Post: Oliver

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020