Facebook Tasks
FreshAll Facebook automation endpoints use POST and follow the standard RPA task pattern with name, remark, scheduleAt, and id (cloud phone ID) as common parameters.
Facebook Auto Login
URL: https://openapi.geelark.com/open/v1/rpa/task/facebookLogin
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time (timestamp) |
| id | Yes | string | Cloud phone ID |
| account | Yes | string | Account |
| password | Yes | string | Password |
Facebook Auto Comment
URL: https://openapi.geelark.com/open/v1/rpa/task/facebookComment
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time |
| id | Yes | string | Cloud phone ID |
| postLink | Yes | string | Post URL to comment on |
| comment | Yes | string | Comment content |
Facebook Post Content
URL: https://openapi.geelark.com/open/v1/rpa/task/facebookPost
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time |
| id | Yes | string | Cloud phone ID |
| content | Yes | string | Post content |
| images | No | array[string] | Image URLs |
Facebook Maintenance (Warmup)
URL: https://openapi.geelark.com/open/v1/rpa/task/facebookMaintenance
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time |
| id | Yes | string | Cloud phone ID |
| duration | Yes | integer | Duration in minutes |
Facebook Publish Reels Video
URL: https://openapi.geelark.com/open/v1/rpa/task/facebookReels
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time |
| id | Yes | string | Cloud phone ID |
| video | Yes | string | Video URL |
| videoDesc | No | string | Description |
| page | No | string | Facebook page name |
Facebook Send DM
URL: https://openapi.geelark.com/open/v1/rpa/task/facebookDM
| Parameter | Required | Type | Description |
|---|---|---|---|
| scheduleAt | Yes | int | Scheduled time |
| id | Yes | string | Cloud phone ID |
| targetUser | Yes | string | Target username |
| message | Yes | string | Message content |