Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Improve doc : Add thread owner API section
Browse files Browse the repository at this point in the history
  • Loading branch information
ouadie-lahdioui committed May 17, 2018
1 parent fb4308b commit e0e1f23
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/readme-facebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,17 @@ controller.api.handover.request_thread_control('<RECIPIENT_PSID>', 'String to pa
});
```

### Get Thread Owner

Th Thread Owner API returns the app ID of the app the currently has thread control for a Page :

- To get the app ID of the current thread owner :
```javascript
controller.api.handover.get_thread_owner('<RECIPIENT_PSID>', function (result) {

});
```


## Messaging type

Expand Down

0 comments on commit e0e1f23

Please sign in to comment.