Skip to content
nov matake edited this page Jan 25, 2012 · 6 revisions

Notifications

GET

me = FbGraph::User.me(ACCESS_TOKEN)
me.notifications

UPDATE (mark as read)

notification = FbGraph::Notification.new(NOTIFICATION_ID)
notification.read!(:access_token => ACCESS_TOKEN)
Clone this wiki locally