Return information about a given post.
https://api.via.me/v1/posts/{id}?client_id=CLIENT_ID
{"response":
{"post":
{"created":1333830970.119431,
"media_type":"photo",
"comment_count":2,
"like_count":0,
"encoding":false,
"repost_count":0,
"embedi_html":null,
"embed_mobile_html":null,
"liked":false,
"reposted":false,
"id":"Zlo2z58",
"text":"If my calculations are correct, you will receive this letter immediately after you saw the DeLorean struck by lightning.",
"media_url":"http://img.via.me/photos/3bf36070-631f-012f-d369-12313920881f/r600x600.jpg",
"media_iphone_url":null,
"media_ogg_url":null,
"thumb_url":"http://img.via.me/photos/3bf36070-631f-012f-d369-12313920881f/s150x150.jpg",
"thumb_55_url":"http://img.via.me/photos/3bf36070-631f-012f-d369-12313920881f/s55x55.jpg",
"thumb_300_url":"http://img.via.me/photos/3bf36070-631f-012f-d369-12313920881f/s300x300.jpg",
"thumb_600_url":"http://img.via.me/photos/3bf36070-631f-012f-d369-12313920881f/s600x600.jpg",
"view_count":224,
"duration":null,
"width":null,
"height":null,
"original_post_id":null,
"original_post_user":null,
"user":
{"created":0,
"id":"sc6oq",
"avatar":"http://img.via.me/avatars/Zsc6oq/thumb.jpg",
"verified":false,
"follower_count":1748,
"followed_count":96,
"website":null,
"is_following":true,
"followed_by":true,
"name":"Emmit Brown",
"screen_name":"doc"
}
}
}
}
Deletes the a post owned by the currently authroized user.
https://api.via.me/v1/posts/{id}?access_token=ACCESS_TOKEN
Returns a HTTP code 200 on success
Returns a list of posts from the given user's profile.
https://api.via.me/v1/users/{screenname}/posts?client_id=CLIENT_ID
{response":
{"posts":
{"url":"http://localhost:3000/api/v1/users/max/posts",
"next":"http://localhost:3000/api/v1/users/max/posts?before=1332098759.442478",
"previous":"http://localhost:3000/api/v1/users/max/posts?after=1337645910.347506",
"items":[
{"item":
{"created":1332098759.442478,
"media_type":"photo",
"comment_count":3,
"like_count":0,
"encoding":false,
"repost_count":0,
"liked":false,
"reposted":false,
"id":"fazowg",
"embed_html":null,
"embed_mobile_html":null,
"text":"Now thats a ride.",
"media_url":"http://img.via.me/photos/1e4839f0-535e-012f-3af0-22000a8c42fa/r600x600.jpg",
"media_iphone_url":null,
"media_ogg_url":null,
"thumb_url":"http://img.via.me/photos/1e4839f0-535e-012f-3af0-22000a8c42fa/s150x150.jpg",
"thumb_55_url":"http://img.via.me/photos/1e4839f0-535e-012f-3af0-22000a8c42fa/s55x55.jpg",
"thumb_300_url":"http://img.via.me/1e4839f0-535e-012f-3af0-22000a8c42fa/s300x300.jpg",
"thumb_600_url":"http://img.via.me/photos/1e4839f0-535e-012f-3af0-22000a8c42fa/s600x600.jpg",
"view_count":1194,
"duration":null,
"width":null,
"height":null,
"original_post_id":null,
"user":
{"created":0,
"id":"sc6oq",
"avatar":"http://img.via.me/avatars/sc6oq/thumb.jpg",
"verified":false,
"follower_count":1748,
"followed_count":96,
"website":null,
"is_following":null,
"followed_by":null,
"name":"Biff Tanner",
"screen_name":"Biff"},
"original_post_user":null}}
]
}
}
}
Returns a list of posts from the authenticated user's feed
https://api.via.me/v1/users/me/feed?access_token=ACCESS_TOKEN
{response":
{"posts":
{"url":"http://localhost:3000/api/v1/users/max/posts",
"next":"http://localhost:3000/api/v1/users/max/posts?before=1332098759.442478",
"previous":"http://localhost:3000/api/v1/users/max/posts?after=1337645910.347506",
"items":[
{"item":
{"created":1332098759.442478,
"media_type":"photo",
"comment_count":3,
"like_count":0,
"encoding":false,
"repost_count":0,
"liked":false,
"reposted":false,
"id":"fazowg",
"embed_html":null,
"embed_mobile_html":null,
"text":"Now thats a ride.",
"media_url":"http://img.via.me/photos/1e4839f0-535e-012f-3af0-22000a8c42fa/r600x600.jpg",
"media_iphone_url":null,
"media_ogg_url":null,
"thumb_url":"http://img.via.me/photos/1e4839f0-535e-012f-3af0-22000a8c42fa/s150x150.jpg",
"thumb_55_url":"http://img.via.me/photos/1e4839f0-535e-012f-3af0-22000a8c42fa/s55x55.jpg",
"thumb_300_url":"http://img.via.me/1e4839f0-535e-012f-3af0-22000a8c42fa/s300x300.jpg",
"thumb_600_url":"http://img.via.me/photos/1e4839f0-535e-012f-3af0-22000a8c42fa/s600x600.jpg",
"view_count":1194,
"duration":null,
"width":null,
"height":null,
"original_post_id":null,
"user":
{"created":0,
"id":"sc6oq",
"avatar":"http://img.via.me/avatars/sc6oq/thumb.jpg",
"verified":false,
"follower_count":1748,
"followed_count":96,
"website":null,
"is_following":null,
"followed_by":null,
"name":"Biff Tanner",
"screen_name":"Biff"},
"original_post_user":null}}
]
}
}
}
Return a list of the current popular posts
https://api.via.me/v1/posts/popular?client_id=CLIENT_ID
{response":
{"posts":
{"url":"http://localhost:3000/api/v1/users/max/posts",
"next":"http://localhost:3000/api/v1/users/max/posts?before=1332098759.442478",
"previous":"http://localhost:3000/api/v1/users/max/posts?after=1337645910.347506",
"items":[
{"item":
{"created":1332098759.442478,
"media_type":"photo",
"comment_count":3,
"like_count":0,
"encoding":false,
"repost_count":0,
"liked":false,
"reposted":false,
"id":"fazowg",
"embed_html":null,
"embed_mobile_html":null,
"text":"Now thats a ride.",
"media_url":"http://img.via.me/photos/1e4839f0-535e-012f-3af0-22000a8c42fa/r600x600.jpg",
"media_iphone_url":null,
"media_ogg_url":null,
"thumb_url":"http://img.via.me/photos/1e4839f0-535e-012f-3af0-22000a8c42fa/s150x150.jpg",
"thumb_55_url":"http://img.via.me/photos/1e4839f0-535e-012f-3af0-22000a8c42fa/s55x55.jpg",
"thumb_300_url":"http://img.via.me/1e4839f0-535e-012f-3af0-22000a8c42fa/s300x300.jpg",
"thumb_600_url":"http://img.via.me/photos/1e4839f0-535e-012f-3af0-22000a8c42fa/s600x600.jpg",
"view_count":1194,
"duration":null,
"width":null,
"height":null,
"original_post_id":null,
"user":
{"created":0,
"id":"sc6oq",
"avatar":"http://img.via.me/avatars/sc6oq/thumb.jpg",
"verified":false,
"follower_count":1748,
"followed_count":96,
"website":null,
"is_following":null,
"followed_by":null,
"name":"Biff Tanner",
"screen_name":"Biff"},
"original_post_user":null}}
]
}
}
}