We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would be cool if one could discover the feed of a "acct:[email protected]" URL as well (and for the more unofficial "[email protected]").
Just to make this issue complete, I think you're aware of these already, but here's the WebFinger spec I'm refering to: http://tools.ietf.org/html/draft-jones-appsawg-webfinger-00
And the link relation to look up would probably be the "http://schemas.google.com/g/2010#updates-from" one according to: http://code.google.com/p/webfinger/wiki/CommonLinkRelations
The text was updated successfully, but these errors were encountered:
@voxpelli That is an amazing idea! How would you see the API and algorithm for this?
API: GET http://[email protected] ?
Algorithm: Do the magic dance and find all urls for this webfinger, then, for each of them, grab the feeds?
Sorry, something went wrong.
@superfeedr I would do it like this I think:
API: GET http://feediscovery.appspot.com/?url=acct:[email protected]
And in the backend do:
This sounds quite doable! On my todo list!
No branches or pull requests
Would be cool if one could discover the feed of a "acct:[email protected]" URL as well (and for the more unofficial "[email protected]").
Just to make this issue complete, I think you're aware of these already, but here's the WebFinger spec I'm refering to: http://tools.ietf.org/html/draft-jones-appsawg-webfinger-00
And the link relation to look up would probably be the "http://schemas.google.com/g/2010#updates-from" one according to: http://code.google.com/p/webfinger/wiki/CommonLinkRelations
The text was updated successfully, but these errors were encountered: