sindresorhus / Actions

⚙️ Supercharge your shortcuts
https://sindresorhus.com/actions
MIT License
2.58k stars 109 forks source link

Sharing to Instagram Stories #256

Open schwa23 opened 2 months ago

schwa23 commented 2 months ago

Description

Instagram has a fairly simple sharing interface that uses a custom url scheme and a special pasteboard type. Sharing directly to instagram via shortcuts would entail placing content on the pasteboard as com.instagram.sharedSticker.backgroundImage and opening a URL instagram-stories://share?source_application=%@

Documentation is here

sindresorhus commented 2 months ago

From the linked page:

Beginning in January 2023, you must provide a Facebook AppID to share content to Instagram Stories. For more information, see Introducing an important update to Instagram Sharing to Stories. If you don't provide an AppID, your users see the error message "The app you shared from doesn't currently support sharing to Stories" when they attempt to share their content to Instagram.

sindresorhus commented 2 months ago

Not sure I will bother with applying for an AppID. However, what I could do is to make an action that allows setting custom pasteboard types.

jdickens23 commented 2 months ago

Yeah that would work too! FWIW, I was able to put an arbitrary app id and it still worked so not sure how stringently they check that. But a generic 'advanced clipboard' action would be great :)