FeedAgg API – Adding Feeds
I haven’t made a formal feed posting API but many people have reverse engineered the Add Feed page to essentially create one. One thing that was missing doing it this way however was that you would not be able to assign ownership to your feed. I’ve made some changes to the Add Feed page to allow ownership and thought that while I was at it I would make a more formal post on how to add feeds via REST.
While this isn’t a formal API, mainly because it doesn’t return anything, it will at least serve the basic purpose at this point in time.
Basics
Send a POST request to: http://www.feedagg.com/add_feed.php
Variables
FeedURL (Required)
Tags (At least one required)
UserName (Optional)
Example
http://www.feedagg.com/add_feed.php?FeedURL=http://example.com/feed.xml&Tags=tag-1 tag2 tag3&UserName=example
Notes
At this time there isn’t a response from the server but that will be coming in the future.
Given the nature of this there will be limited support of this feature for the time being.