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

Releases: sromku/android-simple-facebook

v2.2 - (for SDK 3.14 and up)

29 Oct 17:09
Compare
Choose a tag to compare

Documentation

  • Added wiki and README moved to there

Get:

  • Added get one album by id
  • Added get one comment by id
  • Removed get checkins since it isn't supported anymore by facebook

Publish:

  • Added publish comment as text or as image url
  • Added publish like
  • Added publish of photo or photos (up to 6) with dialog
  • Added publish of open graph stories with dialog
  • Added support for user-owned open graph stories
  • Fixed, now, it is possible to publish with dialog without being logged in and without asking for any permissions.

Permissions:

  • Added declinedPermissions to onSuccess callback in case of accepting part of the permissions.
  • Fixed requesting new permissions in runtime.

General:

  • Support for LikeView - added example of usage
  • Fixed JSONArray compilation problem
  • Fixed some javadocs

Sample app:

  • All new stuff was added there as new examples

2.1 - (for SDK 3.14)

23 Jun 18:15
Compare
Choose a tag to compare

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:

2.0 - (for SDK 3.14)

30 May 20:00
Compare
Choose a tag to compare

Support Facebook SDK 3.14 and above

1.2 - (for SDK 3.0 - 3.8)

30 May 18:42
Compare
Choose a tag to compare

New

  • Added page number to cursor (paging functionality)

Fixed

  • 'Get accounts' action. Converts the Account Role in the right way.
  • 'verified' parameter value of Profile entity
  • 'Get movies', 'Get music', 'Get games', 'Get television', 'Get books' to return collection of entities instead of one entity.

1.1

10 May 20:07
Compare
Choose a tag to compare
1.1

🔸 Based on Facebook SDKs 3.0 - 3.8