Question

I'd like to figure out the custom URL scheme for the Birdhouse iPhone app, but there doesn't seem to be any documentation.

Birdhouse is an app to store drafts for Twitter. I'd like to send it a string of text, and I know that it's possible:

  • Birdhouse responds to the URL birdhouse:///
  • The Twitter app sends drafts to Birdhouse if it's installed on your phone.

I've figured out the birdhouse:/// part, but how do I send the text?

Était-ce utile?

La solution 2

I tweeted the developer, and here's what he said:

It's birdhouse://?text=Hey. Just make sure to URL escape the string after the "="!

Autres conseils

Doesn't look like they broadcast the format for their URL's. Your best bet might be to send their support team an email. http://birdhouseapp.com/support.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top