Skip to content

Adding Twitter Feed via the API #51

@devoteappdevelopment

Description

@devoteappdevelopment

Hi,
Is it possible to add a twitter "feed" to feedbin via the API? I've tried via the pages:

curl -d '{"url": "https://twitter.com/UKHouseofLords"}' -H "Content-Type: application/json" --user "example@example.com:password" -X POST https://api.feedbin.com/v2/pages.json

and via the subscriptions:

curl -d '{"feed_url": "https://twitter.com/UKHouseofLords"}' -H "Content-Type: application/json" --user "example@example.com:password" -X POST https://api.feedbin.com/v2/subscriptions.json

The former appears to add a page, but it is empty and not listed as a feed. The latter returns a 404 error.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions