Skip to content

Instantly share code, notes, and snippets.

@timonus
Created November 7, 2013 17:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timonus/7358568 to your computer and use it in GitHub Desktop.
Save timonus/7358568 to your computer and use it in GitHub Desktop.
Flipboard iOS x-callback-url Support

Flipboard iOS x-callback-url Support

As of Flipboard for iOS 2.1, Flipboard supports the x-callback-url protocol for some actions.

Added in Flipboard 2.1 (URL scheme flip-api-v1)

You can use the scheme flip-api-v1 or flipboard-x-callback with action flip to launch the app and open our UI for flipping items into user magazines.

For example

flipboard-x-callback://x-callback-url/flip?url={**url encoded url to flip**}&x-success={**url to redirect to on success**}&x-cancel={**url to redirect to on cancel**}&x-error={**url to redirect to on failure**}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment