Package | Description |
---|---|
com.restfb.types |
Default implementations of Facebook Graph API Objects.
|
Modifier and Type | Class and Description |
---|---|
class |
Account
Represents the Account Graph
API type.
|
class |
Album
Represents the Album Graph
API type.
|
class |
Application
Represents the Application Graph API type.
|
class |
CategorizedFacebookType
Superclass for Graph API types
that include a
category field. |
static class |
Checkin.Place
Represents the Place
Graph API type.
|
class |
Event
Represents the Event Graph
API type.
|
class |
Group
Represents the Group Graph
API type.
|
class |
Link
Represents the Link Graph API
type.
|
class |
Page
Represents the Page Graph API
type.
|
class |
Photo
Represents the Photo Graph
API type.
|
static class |
Photo.Tag
Represents the Tag Graph
API type.
|
class |
Post
Represents the Post Graph API
type.
|
class |
StatusMessage
Represents the Status
Message Graph API type.
|
class |
Url |
class |
User
Represents the User Graph API
type.
|
Modifier and Type | Method and Description |
---|---|
NamedFacebookType |
Checkin.getApplication()
The ID and name of the application that made the check-in.
|
NamedFacebookType |
User.Education.getDegree()
Degree acquired.
|
NamedFacebookType |
User.Work.getEmployer()
The employer for this job.
|
NamedFacebookType |
Checkin.getFrom()
The ID and name of the user who made the check-in.
|
NamedFacebookType |
Comment.getFrom()
User who posted the comment.
|
NamedFacebookType |
Note.getFrom()
The ID of the user who posted the note.
|
NamedFacebookType |
Link.getFrom()
An object containing the name and ID of the user who posted the link.
|
NamedFacebookType |
StatusMessage.getFrom()
The user who posted the message.
|
NamedFacebookType |
User.getHometown()
The user's hometown.
|
NamedFacebookType |
User.getLocation()
The user's current location.
|
NamedFacebookType |
User.Work.getLocation()
The location of this job.
|
NamedFacebookType |
Event.getOwner()
An object containing the name and ID of the user who owns the event
|
NamedFacebookType |
Group.getOwner()
An object containing the name and ID of the user who owns the group.
|
NamedFacebookType |
User.Work.getPosition()
Position held at this job.
|
NamedFacebookType |
User.Education.getSchool()
The school name and ID.
|
NamedFacebookType |
User.getSignificantOther()
The user's significant other.
|
NamedFacebookType |
User.Education.getYear()
Graduation year.
|
Modifier and Type | Method and Description |
---|---|
List<NamedFacebookType> |
User.Education.getConcentration()
Concentrations/minors.
|
List<NamedFacebookType> |
Post.Likes.getData()
The likes.
|
List<NamedFacebookType> |
StatusMessage.getLikes()
The users that have liked this message.
|
List<NamedFacebookType> |
Post.getTo()
A list of the profiles mentioned or targeted in this post.
|
Copyright © 2014. All rights reserved.