This is an old revision of the document!
Table of Contents
Description
Judge whether a weibo post is related to a certain person in the database or not.
Parameters
| Parameters | Necessity | Type | Description |
|---|---|---|---|
| weibo_id | required | string | the unique id for each weibo post |
| pid | required | int | the serial number of a certain person in the database |
Output
| Parameters | Type | Description |
|---|---|---|
| relation | boolean | A boolean value indicates whether the weibo post is related to the person or not |