GET graph.user.updates

Acquire new chat events via long polling subscription

NameRequiredTypeDefault valueDescription
marker false String

Events marker

types false Set

Event types to be returned in a response

count false int 50

Maximum amount of events to be returned

timeout false int 15

Maximum amount of time to wait for new events

commit false boolean 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.