Selfie APIs

From Social ID Developers
(Difference between revisions)
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
<span style="color: red; font-weight: bold">Deprecation notice:</span> these APIs are deprecated since July 19, 2018.
 +
 
== Hashtags ==
 
== Hashtags ==
  
Line 33: Line 35:
 
! align="left"| Description
 
! align="left"| Description
 
|-
 
|-
| [[POST posts/:post_id/like]]
+
| [[POST selfie/posts/:post_id/like]]
 
| Increments the like counter of a post.
 
| Increments the like counter of a post.
 
|-
 
|-
| [[POST posts/:post_id/unlike]]
+
| [[POST selfie/posts/:post_id/unlike]]
 
| Decrements the like counter of a post.
 
| Decrements the like counter of a post.
 
|}
 
|}

Latest revision as of 16:03, 29 October 2018

Deprecation notice: these APIs are deprecated since July 19, 2018.

Hashtags

Resource Description
POST selfie/hashtags Creates a new hashtag to be monitored.
POST selfie/hashtags/create_bulk Creates a collection of hashtags to be monitored.
DELETE selfie/hashtags/:hashtag Removes a hashtag.
PUT selfie/hashtags/:hashtag Updates a hashtag.
PUT selfie/hashtags/:hashtag/monitor/start Starts the monitoring of a hashtag.
PUT selfie/hashtags/:hashtag/monitor/stop Stops the monitoring of a hashtag.
GET selfie/hashtags/:hashtag/approved Returns a list of approved posts for a hashtag.

Posts

Resource Description
POST selfie/posts/:post_id/like Increments the like counter of a post.
POST selfie/posts/:post_id/unlike Decrements the like counter of a post.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox