POST api/facebook/post
Request Information
URI Parameters
None.
Body Parameters
FacebookPostDto| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | string |
None. |
|
| AuthToken | string |
None. |
|
| FeedText | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"groupId": "sample string 1",
"authToken": "sample string 2",
"feedText": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.