Fork me on GitHub

streams-provider-facebook

streams-provider-facebook contains schema definitions, providers, conversions, and utility classes.

Data Types

Page.json

Post.json

Components

components

Test:

Create a local file facebook.conf with valid twitter credentials

facebook {
  oauth {
    appId = ""
    appSecret = ""
  }
  userAccessTokens = [
    ""
  ]
}

Build with integration testing enabled, using your credentials

mvn clean test verify -DskipITs=false -DargLine="-Dconfig.file=`pwd`/facebook.conf"

Confirm that you can get data from testing endpoints with Graph API Explorer:

  • ${page-id}
  • ${page-id}/feed

https://developers.facebook.com/tools/explorer/

JavaDocs

Licensed under Apache License 2.0 - http://www.apache.org/licenses/LICENSE-2.0