| Package | Description |
|---|---|
| com.codename1.contacts |
Provides access to the contacts list from the device address book
|
| com.codename1.facebook |
Legacy generic implementation of the Facebook API with simplified OAuth integration to allow social sharing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContactsModel
This Contacts model is responsible for querying Contacts from the device
and to cache the data for faster usage
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultListModel |
FaceBookAccess.createObjectsModel(DefaultListModel hashtablesModel,
Class fbObjectClass)
This is a utility method that transforms a DefaultListModel that contains Hashtable entries
into a DefaultListModel that will contain FBObject objects that will be initialized with the Hashtable entries
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultListModel |
FaceBookAccess.createObjectsModel(DefaultListModel hashtablesModel,
Class fbObjectClass)
This is a utility method that transforms a DefaultListModel that contains Hashtable entries
into a DefaultListModel that will contain FBObject objects that will be initialized with the Hashtable entries
|
void |
FaceBookAccess.getAlbumPhotos(String albumId,
DefaultListModel photos,
int offset,
int limit,
ActionListener callback)
Gets the albums photos
|
void |
FaceBookAccess.getFaceBookObjectItems(String faceBookId,
String itemsConnection,
DefaultListModel feed,
Hashtable params,
ActionListener callback)
Get a list of FaceBook objects for a given id
|
void |
FaceBookAccess.getNewsFeed(String userId,
DefaultListModel feed,
ActionListener callback)
Gets the user news feed, the data is being stored in the given DefaultListModel.
|
void |
FaceBookAccess.getNewsFeed(String userId,
DefaultListModel feed,
int limit,
ActionListener callback)
Gets the user news feed, the data is being stored in the given DefaultListModel.
|
void |
FaceBookAccess.getPostComments(String postId,
DefaultListModel comments,
ActionListener callback)
Gets the post comments
|
void |
FaceBookAccess.getUserAlbums(String userId,
DefaultListModel albums,
ActionListener callback)
Gets the user albums
|
void |
FaceBookAccess.getUserEvents(String userId,
DefaultListModel events,
ActionListener callback)
Gets the user events
|
void |
FaceBookAccess.getUserFriends(String userId,
DefaultListModel friends,
ActionListener callback)
Gets the user friends
|
void |
FaceBookAccess.getUserInboxThreads(String userId,
DefaultListModel threads,
int limit,
ActionListener callback)
Gets the user inbox Threads
|
void |
FaceBookAccess.getUserNotifications(String userId,
String startTime,
boolean includeRead,
DefaultListModel notifications,
ActionListener callback)
Gets the user notifications (this method uses the legacy rest api see http://developers.facebook.com/docs/reference/rest/)
|
void |
FaceBookAccess.getWallFeed(String userId,
DefaultListModel feed,
ActionListener callback)
Gets the user wall feed, the data is being stored in the given DefaultListModel.
|
void |
FaceBookAccess.getWallFeed(String userId,
DefaultListModel feed,
int limit,
ActionListener callback)
Gets the user wall feed, the data is being stored in the given DefaultListModel.
|
void |
FaceBookAccess.getWallPosts(String userId,
DefaultListModel feed,
ActionListener callback)
Gets the user wall feed, the data is being stored in the given DefaultListModel.
|
void |
FaceBookAccess.getWallPosts(String userId,
DefaultListModel feed,
int limit,
ActionListener callback)
Gets the user wall posts, the data is being stored in the given DefaultListModel.
|
void |
FaceBookAccess.search(String objectType,
String query,
DefaultListModel results,
ActionListener callback)
Serach for facebook objects
|
Copyright © 2023. All rights reserved.