Serialized Form


Package org.springframework.social.facebook.api

Class org.springframework.social.facebook.api.EducationEntry extends FacebookObject implements Serializable

Serialized Fields

school

Reference school

year

Reference year

concentration

List<E> concentration

type

String type

Class org.springframework.social.facebook.api.FacebookProfile extends FacebookObject implements Serializable

Serialized Fields

id

String id

username

String username

name

String name

firstName

String firstName

middleName

String middleName

lastName

String lastName

gender

String gender

locale

Locale locale

link

String link

website

String website

email

String email

thirdPartyId

String thirdPartyId

timezone

Float timezone

updatedTime

Date updatedTime

verified

Boolean verified

about

String about

bio

String bio

birthday

String birthday

location

Reference location

hometown

Reference hometown

interestedIn

List<E> interestedIn

inspirationalPeople

List<E> inspirationalPeople

languages

List<E> languages

sports

List<E> sports

favoriteTeams

List<E> favoriteTeams

favoriteAthletes

List<E> favoriteAthletes

religion

String religion

political

String political

quotes

String quotes

relationshipStatus

String relationshipStatus

significantOther

Reference significantOther

work

List<E> work

education

List<E> education

ageRange

AgeRange ageRange

Class org.springframework.social.facebook.api.FamilyMember extends Reference implements Serializable

Serialized Fields

relationship

String relationship

Class org.springframework.social.facebook.api.FqlException extends RuntimeException implements Serializable

Class org.springframework.social.facebook.api.GroupMemberReference extends Reference implements Serializable

Serialized Fields

administrator

boolean administrator

Class org.springframework.social.facebook.api.MissingNamespaceException extends org.springframework.social.ApiException implements Serializable

Class org.springframework.social.facebook.api.NotAFriendException extends org.springframework.social.OperationNotPermittedException implements Serializable

Class org.springframework.social.facebook.api.PageAdministrationException extends org.springframework.social.OperationNotPermittedException implements Serializable

Class org.springframework.social.facebook.api.PagedList extends ArrayList<T> implements Serializable

serialVersionUID: 1L

Serialized Fields

previousPage

PagingParameters previousPage

nextPage

PagingParameters nextPage

Class org.springframework.social.facebook.api.PagingParameters extends Object implements Serializable

Serialized Fields

limit

Integer limit

offset

Integer offset

since

Long since

until

Long until

after

String after

before

String before

Class org.springframework.social.facebook.api.Reference extends FacebookObject implements Serializable

Serialized Fields

id

String id

name

String name

Class org.springframework.social.facebook.api.ResourceOwnershipException extends org.springframework.social.OperationNotPermittedException implements Serializable

Class org.springframework.social.facebook.api.WorkEntry extends FacebookObject implements Serializable

Serialized Fields

employer

Reference employer

startDate

String startDate

endDate

String endDate

Package org.springframework.social.facebook.api.impl.json

Class org.springframework.social.facebook.api.impl.json.FacebookModule extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable

serialVersionUID: 1L


Package org.springframework.social.facebook.web

Class org.springframework.social.facebook.web.FacebookInitTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

appId

String appId

Class org.springframework.social.facebook.web.SignedRequestException extends Exception implements Serializable