Index of All Elements
a
c
e
f
g
i
s
top
a
- addAlbum
- in file FB.php, method FB::addAlbum()
Add a new photo album to the user profile
- addCheckin
- in file FB.php, method FB::addCheckin()
Add a new checking to an object
- addComment
- in file FB.php, method FB::addComment()
Add a new comment to an object
- addEvent
- in file FB.php, method FB::addEvent()
Add a new event
- addLink
- in file FB.php, method FB::addLink()
Add a new link to the user profile
- addNote
- in file FB.php, method FB::addNote()
Add a new note
- addPhoto
- in file FB.php, method FB::addPhoto()
Add a new photo to an album
- addWallPost
- in file FB.php, method FB::addWallPost()
Add a new wall post to the objectId's wall
top
c
- clear
- in file FB.php, method FB::clear()
Clear all states from the persistent storage
- clearState
- in file FB.php, method FB::clearState()
Clear a certain state from the persistent storage
top
top
f
- FB
- in file FB.php, class FB
Facebook API Wrapper
- FB.php
- procedural page FB.php
- FBException
- in file FB.php, class FBException
top
g
- getAlbums
- in file FB.php, method FB::getAlbums()
Return array of albums
- getBooks
- in file FB.php, method FB::getBooks()
Return array of books
- getCheckins
- in file FB.php, method FB::getCheckins()
Return array of checkins
- getError
- in file FB.php, method FB::getError()
Return the error array with the error message, code, type etc..
- getErrorCode
- in file FB.php, method FB::getErrorCode()
Return the error code from the last operation
- getErrorMessage
- in file FB.php, method FB::getErrorMessage()
Return the error message from the last operation
- getEvents
- in file FB.php, method FB::getEvents()
Return array of events
- getFeed
- in file FB.php, method FB::getFeed()
Return array of news feed items
- getFriends
- in file FB.php, method FB::getFriends()
Return array of friends
- getGroups
- in file FB.php, method FB::getGroups()
Return array of groups
- getId
- in file FB.php, method FB::getId()
Return the id of the last operation
- getLikes
- in file FB.php, method FB::getLikes()
Return array of likes that the user liked
- getLocations
- in file FB.php, method FB::getLocations()
Return array of locations
- getMovies
- in file FB.php, method FB::getMovies()
Return array of movies
- getMusic
- in file FB.php, method FB::getMusic()
Return array of music
- getNotes
- in file FB.php, method FB::getNotes()
Return array of notes
- getObjectId
- in file FB.php, method FB::getObjectId()
Return the objectid if the parameter is not null, if it is return the current logged in user
- getObjectInfo
- in file FB.php, method FB::getObjectInfo()
Return an object info, can be a user profile, page, group etc..
- getObjectPicture
- in file FB.php, method FB::getObjectPicture()
Return the object profile picture
- getPermissions
- in file FB.php, method FB::getPermissions()
Return array of permissions
- getPhotos
- in file FB.php, method FB::getPhotos()
Return array of photos
- getResult
- in file FB.php, method FB::getResult()
Return the result from the last operation
- getUserInfo
- in file FB.php, method FB::getUserInfo()
Return the user info
- getVideos
- in file FB.php, method FB::getVideos()
Return array of videos
top
i
- $innerResult
- in file FB.php, variable FB::$innerResult
- isError
- in file FB.php, method FB::isError()
Check to see if there was an error in the last operation
- isSuccess
- in file FB.php, method FB::isSuccess()
Check to see if the last operation was successful
top
l
- like
- in file FB.php, method FB::like()
Like an object
top
s
- search
- in file FB.php, method FB::search()
Return array of search results
top
_
- _apiCall
- in file FB.php, method FB::_apiCall()
Perform a push api call
- _apiGet
- in file FB.php, method FB::_apiGet()
Perform a get api call
- __construct
- in file FB.php, method FB::__construct()
Facebook wrapper constructor