README.md in fb-auth-1.0.0.alpha1 vs README.md in fb-auth-1.0.0.alpha2
- old
+ new
@@ -61,10 +61,10 @@
## Development
After checking out the repo, run `bin/setup` to install dependencies.
If you would like to run tests for Fb::Auth, please obtain a long-term access token that manages at least one page
-and has permission to read your Facebook email (set scope to include `email` and `manage_pages`). Then set the token as
+and has permission to read your Facebook email (set scope to include `email`, `pages_show_list`, & `read_insights`). Then set the token as
as an environment variable:
export FB_TEST_ACCESS_TOKEN="YourToken"
Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.