iOS scheme as callback URL not allowed?

I’d like to incorporate Figma interactions in an iOS/macOS app.

My callback URL ( app://figmaAuth ) is rejected:
website must be a valid URL (example: https://www.figma.com/oauth/callback)

Apple’s ASWebAuthenticationSession framework captures the return callback and forwards it to an app as a universal link, hence the use of app://.

How can I comply with Figma’s requirements and provide a native secure iOS experience? Apologies for a newbie question.

Thanks.

Hi Ryan,

You have to register your app here: https://www.figma.com/developers/apps
Then you need to add your callback url like:

Also see full instructions here: https://www.figma.com/developers/api#oauth2

EDIT: I see it is an old post. I hope it will be helpful to others :slight_smile: