javascript - How to capture Facebook notifications? -


how capture "notifications" (events) facebook profile, preferably using javascript (but open others if that's infeasible)?

request "manage_notifications" extended permission when users approve access app. may deny ability (as "extended"), ensure app capable of working without information


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -