Serialized Form


Package com.restfb.exception

Class com.restfb.exception.FacebookException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class com.restfb.exception.FacebookGraphException extends FacebookException implements Serializable

serialVersionUID: 1L

Serialized Fields

errorType

String errorType
The Facebook Graph API error type.


errorMessage

String errorMessage
The Facebook API error message.

Class com.restfb.exception.FacebookJsonMappingException extends FacebookException implements Serializable

serialVersionUID: 1L

Class com.restfb.exception.FacebookNetworkException extends FacebookException implements Serializable

serialVersionUID: 1L

Serialized Fields

httpStatusCode

Integer httpStatusCode
The HTTP response status code.

Class com.restfb.exception.FacebookOAuthException extends FacebookGraphException implements Serializable

serialVersionUID: 1L

Class com.restfb.exception.FacebookQueryParseException extends FacebookGraphException implements Serializable

serialVersionUID: 1L

Class com.restfb.exception.FacebookResponseStatusException extends FacebookException implements Serializable

serialVersionUID: 1L

Serialized Fields

errorCode

Integer errorCode
The Facebook API error code.


errorMessage

String errorMessage
The Facebook API error message.


Package com.restfb.json

Class com.restfb.json.JsonException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

cause

Throwable cause

Package com.restfb.types

Class com.restfb.types.Account extends CategorizedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

accessToken

String accessToken

Class com.restfb.types.Album extends NamedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

from

CategorizedFacebookType from

description

String description

location

String location

link

String link

count

Long count

coverPhoto

String coverPhoto

privacy

String privacy

createdTime

String createdTime

updatedTime

String updatedTime

Class com.restfb.types.Application extends CategorizedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

description

String description

link

String link

Class com.restfb.types.CategorizedFacebookType extends NamedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

category

String category

Class com.restfb.types.Checkin extends FacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

message

String message

from

NamedFacebookType from

application

NamedFacebookType application

place

Checkin.Place place

createdTime

String createdTime

comments

List<E> comments

Class com.restfb.types.Checkin.Place extends CategorizedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

location

Checkin.Place.Location location

Class com.restfb.types.Checkin.Place.Location extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

latitude

Double latitude

longitude

Double longitude

city

String city

state

String state

country

String country

Class com.restfb.types.Comment extends FacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

from

NamedFacebookType from

message

String message

createdTime

String createdTime

likes

Long likes

Class com.restfb.types.Event extends NamedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

owner

NamedFacebookType owner

description

String description

startTime

String startTime

endTime

String endTime

location

String location

rsvpStatus

String rsvpStatus

venue

Venue venue

privacy

String privacy

updatedTime

String updatedTime

Class com.restfb.types.FacebookType extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

metadata

FacebookType.Metadata metadata

type

String type

Class com.restfb.types.FacebookType.Metadata extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

connections

FacebookType.Metadata.Connections connections

Class com.restfb.types.FacebookType.Metadata.Connections extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

home

String home

feed

String feed

friends

String friends

family

String family

activities

String activities

interests

String interests

music

String music

books

String books

movies

String movies

television

String television

likes

String likes

posts

String posts

tagged

String tagged

statuses

String statuses

links

String links

notes

String notes

photos

String photos

albums

String albums

events

String events

groups

String groups

videos

String videos

picture

String picture

inbox

String inbox

outbox

String outbox

updates

String updates

Class com.restfb.types.Group extends NamedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

owner

NamedFacebookType owner

description

String description

link

String link

venue

Venue venue

privacy

String privacy

updatedTime

String updatedTime

Class com.restfb.types.Insight extends NamedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

period

String period

description

String description

values

List<E> values

Class com.restfb.types.Link extends NamedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

from

NamedFacebookType from

message

String message

picture

String picture

link

String link

description

String description

icon

String icon

createdTime

String createdTime

Class com.restfb.types.Location extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

street

String street

city

String city

state

String state

country

String country

zip

String zip

latitude

Double latitude

longitude

Double longitude

Class com.restfb.types.NamedFacebookType extends FacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

Class com.restfb.types.Note extends FacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

from

NamedFacebookType from

subject

String subject

message

String message

icon

String icon

createdTime

String createdTime

updatedTime

String updatedTime

Class com.restfb.types.Page extends CategorizedFacebookType implements Serializable

serialVersionUID: 2L

Serialized Fields

picture

String picture

link

String link

username

String username

founded

String founded

companyOverview

String companyOverview

mission

String mission

products

String products

fanCount

Long fanCount
Deprecated. 

likes

Long likes

isCommunityPage

Boolean isCommunityPage

description

String description

checkins

Integer checkins

phone

String phone

accessToken

String accessToken

location

Location location

Class com.restfb.types.PageConnection extends CategorizedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

createdTime

String createdTime

Class com.restfb.types.Photo extends NamedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

from

CategorizedFacebookType from

picture

String picture

source

String source

height

Integer height

width

Integer width

link

String link

icon

String icon

position

Integer position

createdTime

String createdTime

updatedTime

String updatedTime

tags

List<E> tags

comments

List<E> comments

likes

List<E> likes

images

List<E> images

Class com.restfb.types.Photo.Image extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

height

Integer height

width

Integer width

source

String source

Class com.restfb.types.Photo.Tag extends NamedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

x

Integer x

y

Integer y

createdTime

String createdTime

Class com.restfb.types.Post extends NamedFacebookType implements Serializable

serialVersionUID: 2L

Serialized Fields

from

CategorizedFacebookType from

message

String message

picture

String picture

link

String link

caption

String caption

description

String description

source

String source

type

String type

application

NamedFacebookType application

icon

String icon

attribution

String attribution

privacy

Post.Privacy privacy

likesCount

Long likesCount
Duplicate mapping for "likes" since FB can return it differently in different situations.


likes

Post.Likes likes
Duplicate mapping for "likes" since FB can return it differently in different situations.


createdTime

String createdTime

updatedTime

String updatedTime

objectId

String objectId

comments

Post.Comments comments

place

Post.Place place

to

List<E> to

actions

List<E> actions

properties

List<E> properties

Class com.restfb.types.Post.Action extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

link

String link

Class com.restfb.types.Post.Comments extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

count

Long count

data

List<E> data

Class com.restfb.types.Post.Likes extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

count

Long count

data

List<E> data

Class com.restfb.types.Post.Place extends NamedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

location

Location location

Class com.restfb.types.Post.Privacy extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

description

String description

friends

String friends

networks

String networks

deny

String deny

Class com.restfb.types.Post.Property extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

text

String text

href

String href

Class com.restfb.types.StatusMessage extends NamedFacebookType implements Serializable

serialVersionUID: 2L

Serialized Fields

from

NamedFacebookType from

message

String message

type

String type

updatedTime

String updatedTime

likes

List<E> likes

emptyLikes

com.restfb.types.StatusMessage.EmptyLikes emptyLikes
Hack so JSON mapping won't fail when FB returns inconsistent JSON when there are 0 likes.


comments

List<E> comments

emptyComments

com.restfb.types.StatusMessage.EmptyComments emptyComments
Hack so JSON mapping won't fail when FB returns inconsistent JSON when there are 0 comments.

Class com.restfb.types.Url extends NamedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

shares

Long shares

picture

String picture

link

String link

category

String category

fanCount

Long fanCount

Class com.restfb.types.User extends NamedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

firstName

String firstName

middleName

String middleName

lastName

String lastName

link

String link

bio

String bio

quotes

String quotes

about

String about

relationshipStatus

String relationshipStatus

religion

String religion

website

String website

birthday

String birthday

email

String email

timezone

Double timezone

verified

Boolean verified

gender

String gender

political

String political

locale

String locale

username

String username

hometown

NamedFacebookType hometown
Duplicate mapping for "hometown" since FB can return it differently in different situations.


hometownAsString

String hometownAsString
Duplicate mapping for "hometown" since FB can return it differently in different situations.


location

NamedFacebookType location

significantOther

NamedFacebookType significantOther

updatedTime

String updatedTime

thirdPartyId

String thirdPartyId

interestedIn

List<E> interestedIn

meetingFor

List<E> meetingFor

work

List<E> work

education

List<E> education

sports

List<E> sports

favoriteTeams

List<E> favoriteTeams

favoriteAthletes

List<E> favoriteAthletes

languages

List<E> languages

Class com.restfb.types.User.Education extends Object implements Serializable

serialVersionUID: 2L

Serialized Fields

school

NamedFacebookType school

year

NamedFacebookType year

degree

NamedFacebookType degree

type

String type

concentration

List<E> concentration

with

List<E> with

classes

List<E> classes

Class com.restfb.types.User.EducationClass extends NamedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

with

List<E> with

description

String description

Class com.restfb.types.User.Sport extends NamedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

with

List<E> with

Class com.restfb.types.User.Work extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

employer

NamedFacebookType employer

location

NamedFacebookType location

position

NamedFacebookType position

description

String description

startDate

String startDate

endDate

String endDate

with

List<E> with

Class com.restfb.types.Venue extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

street

String street

city

String city

state

String state

country

String country

latitude

Double latitude

longitude

Double longitude

Class com.restfb.types.Video extends NamedFacebookType implements Serializable

serialVersionUID: 1L

Serialized Fields

from

CategorizedFacebookType from

message

String message
Deprecated. 

description

String description

picture

String picture

icon

String icon

source

String source

embedHtml

String embedHtml

length

Integer length

createdTime

String createdTime

updatedTime

String updatedTime

tags

List<E> tags

comments

List<E> comments



RestFB 1.6.8. Copyright © 2010-2011 Mark Allen. All Rights Reserved.