Flutter twitter login without firebase

255 views Asked by At

how to Disable twitter redirection to callback url after sign in i want to navigate to another screen in my application not to redirect to web page

i tried to add local host url but it ends up "can't be reached"

1

There are 1 answers

0
muhammad kholif On

i found the solution :

  • in manifest add this intent filter:

enter image description here red color : YOUR_APP_NAME

  • in TwitterLogin Obj set the redirectUrl value with "YOUR_APP_NAME://" enter image description here
  • in developer.twitter app settings add the same redirectUrl