Fupio es la forma más fácil de compartir en línea Más información »
Únete a FupioFupio API
Fupio is driven by a small JSON API. Requests are POST (or GET) to /api/v1/:resource with a body of { action, payload }.
The main resources:
auth—signupandlogin(returns a token).wall—publicfor any profile, stream, or search results;homefor your aggregated timeline.feed—create,like,comment, and delete/restore your own posts and comments.stream—create,follow,unfollow, and list the streams you follow.
Public reads (auth and any public action) need no credentials; everything else takes a bearer token from login. Need higher limits or have a use case in mind? Get in touch.