This repository was archived by the owner on Aug 3, 2019. It is now read-only.
2.1 - (for SDK 3.14)
Updates
- Added missing
USER_LOCATIONpermission Event- Added support for new event paths: 'created' -EventDecision.CREATED, 'not_replied' -EventDecision.NOT_REPLIED
New stuff
entities:
Story- The open graph story that contains the object + actionStoryObject- The open graph objectStoryAction- The open graph action
new methods:
getStoryObjects(String objectName, OnStoryObjectsListener onStoryObjectsListener)- Get open graph objects that are stored on facebook side.create(StoryObject storyObject, OnCreateStoryObject onCreateStoryObject)- Create open graph object on facebook side.publish(Story story, OnPublishListener onPublishListener)- Publish open graph story without dialog.
Example of published story:
configuration:
appsecret_proof- secure api calls. The new configuration option will be used by method:useAppsecretProof(). The default value will remainfalseas previous. The doc explaining this parameter: https://developers.facebook.com/docs/graph-api/securing-requests
