Skip to content
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.

2.1 - (for SDK 3.14)

Compare
Choose a tag to compare
@sromku sromku released this 23 Jun 18:15
· 164 commits to master since this release

Updates

  • Added missing USER_LOCATION permission
  • 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 + action
  • StoryObject - The open graph object
  • StoryAction - 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:

Published feed

configuration: