Created
November 2, 2011 19:45
-
-
Save jeffdeville/1334675 to your computer and use it in GitHub Desktop.
delete notification requests using the graph api.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| app_token = Koala::Facebook::OAuth.new(FB_APP_ID,FB_SECRET).get_app_access_token | |
| graph = Koala::Facebook::API.new(app_token) | |
| graph.delete_object("#{request_id}_#{user_id}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment