GET graph.user.updates
Acquire new chat events via long polling subscription
Name | Required | Type | Default value | Description |
---|---|---|---|---|
marker | false | | Events marker | |
types | false | | Event types to be returned in a response | |
count | false | | 50 | Maximum amount of events to be returned |
timeout | false | | 15 | Maximum amount of time to wait for new events |
commit | false | | true | Mark all acquired events as read. If parameter is false all acquired events are count as new on following method calls |
For this method to work you need to create a long polling subscription with POST graph.user.subscribe method.