-
-
Notifications
You must be signed in to change notification settings - Fork 849
OOB OAuth redirect_url not supported #2522
Copy link
Copy link
Closed
Labels
🔃 APIFor accessing Pixelfed dataFor accessing Pixelfed data🔧 CompatibilityOther software has bugsOther software has bugs🧠 BackendRelated to server logic and executionRelated to server logic and execution
Milestone
Metadata
Metadata
Assignees
Labels
🔃 APIFor accessing Pixelfed dataFor accessing Pixelfed data🔧 CompatibilityOther software has bugsOther software has bugs🧠 BackendRelated to server logic and executionRelated to server logic and execution
Type
Fields
Give feedbackNo fields configured for issues without a type.
When trying to create an OAUTH app, it fails via either the commandline using the mastodon API instructions or via the pixelfed website, where I am getting the following error when trying to use
urn:ietf:wg:oauth:2.0:oobas the redirect uri,One or more redirects have an invalid url format.I'm trying to use use an OAUTH connection to syndicate suitable posts from my website to my pixelfed account, I've got it working with pleroma and I don't see this on the list of API differences so hoped that it would also work with pixelfed.
Can you advise what I should use instead, if that redirect_uri cannot be used?