package com.codename1.facebook
Legacy generic implementation of the Facebook API with simplified OAuth integration to allow social sharing.
It is recommended to migrate to the new social package services
Types
class Album | This class represents a Facebook Photo Object http://developers.facebook.com/docs/reference/api/album |
class FBObject | This is a base class for all FaceBook Objects |
class FaceBookAccess | This is the main access API to the facebook graph API http://developers.facebook.com/docs/reference/api/ This class encapsulates the Network access and provide simple methods to acess the Facebook servers. |
class Page | This class represents a Facebook Page object https://developers.facebook.com/docs/reference/api/page/ |
class Photo | This class represents a Facebook Photo Object http://developers.facebook.com/docs/reference/api/photo/ |
class Post | This class represents a Facebook Post Object http://developers.facebook.com/docs/reference/api/post/ |
class User | This class represents a Facebook User objject http://developers.facebook.com/docs/reference/api/user/ |