A Java implementation of the Tent protocol, from a client-specific perspective.
- App registration, authentication and authorization.
- Posting status types with
text
and orlocation
. - Posting photo types with one or more images and a caption.
- Pulling a basic feed of posts from an entities server.
- Followers / Following.
- Follow and unfollow.
- Better filtering of post feed/stream, ie since_id, types, entity etc.
- Posting more types.
Since I'm also working on an Android Tent App. this library is implemented as an Android Library but should work fine as regular Java code.