From 393e6cd7ddc1f1c182b3e9d0d57831e4a71c757e Mon Sep 17 00:00:00 2001 From: Jason A Smith Date: Sat, 11 Jul 2015 11:00:09 -0700 Subject: [PATCH] Add user_posts permission to README Without the user_posts permission all results from the streams table will be empty. --- Facebook/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Facebook/README.md b/Facebook/README.md index 2c77a9f..f9fd548 100644 --- a/Facebook/README.md +++ b/Facebook/README.md @@ -9,6 +9,7 @@ Automate replies to all birthday wishes on your facebook wall. * Get a valid Access Token from [Facebook Graph API explorer](https://developers.facebook.com/tools/explorer/) and grant the following permissions: * `read_insights` * `publish_actions` + * `user_posts` * Change the timestamp to your birthday