Merge pull request #84 from longears/master

Update docs: Status posts are 256 chars long now
This commit is contained in:
Jonathan Rudenberg 2012-10-01 07:40:16 -07:00
commit 9edfd8b4d0

View file

@ -57,7 +57,7 @@ Users set permissions on each post that determine which other users can access t
Post types describe the format and content of each post. Tent posts can be used for almost anything, and developers can create new post types for different kinds of media, interactions, or applications. Post types describe the format and content of each post. Tent posts can be used for almost anything, and developers can create new post types for different kinds of media, interactions, or applications.
This documentation describes four basic post types: `status`, short messages of 140 characters or less, `essay`, longer form writing, `photo`, pictures, and `album`, a collection of `photo` posts. This documentation describes four basic post types: `status`, short messages of 256 characters or less, `essay`, longer form writing, `photo`, pictures, and `album`, a collection of `photo` posts.
### Profiles ### Profiles