[default] element index

All elements
a b c d e f g h i l m n o p r s t u v _
_
top
_graph
Facebook::_graph() in facebook.php
Invoke the Graph API.
_isAvailable
FacebookInfo::_isAvailable() in facebook_info.php
Utility method to test if this is available key.
_oauthRequest
Make a OAuth Request
_restserver
Facebook::_restserver() in facebook.php
Invoke the old restserver.php endpoint.
__call
FacebookApi::__call() in facebook_api.php
Forward any call to the Facebook API
__call
FB::__call() in f_b.php
Forward any call to the Facebook API
__callstatic
FacebookApi::__callstatic() in facebook_api.php
PHP 5.3.0 only
__callstatic
PHP 5.3.0 only
__construct
__construct
Make a new API Exception with the given result.
__construct
Facebook::__construct() in facebook.php
Initialize a Facebook Application.
__get
FB::__get() in f_b.php
Retrieve the property of the Facebook API
__get
FacebookApi::__get() in facebook_api.php
Retrieve the property of the facebookApi
__runCallback
Run the callback if it exists
__syncFacebookUser
Sync the connected Facebook user
__toString
To make debugging easier.
a
top
$apiSecret
Facebook::$apiSecret in facebook.php
The Application API Secret.
$appId
Facebook::$appId in facebook.php
The Application ID.
activity
Build a facebook activity feed area.
api
Facebook::api() in facebook.php
Make an API call.
ApiComponent
ApiComponent in api.php
Facebook.Api component used to create an instanciated facebook API available to the user
APP_ID
author
FacebookInfo::author() in facebook_info.php
Get the name of the author
api.php
api.php in api.php
b
top
$baseDomain
Facebook::$baseDomain in facebook.php
Base domain for the Cookie.
base64UrlDecode
Base64 encoding that doesn't need to be urlencode()ed.
buildFacebook
FacebookApi::buildFacebook() in facebook_api.php
Builds the facebook API if we need it
c
top
$configs
FacebookInfo::$configs in facebook_info.php
Facebook configurations stored in
$Connect
ConnectTest::$Connect in connect.test.php
$cookieSupport
Facebook::$cookieSupport in facebook.php
Indicates if Cookie support should be enabled.
$createUser
createUser is true you want the component to attempt to create a CakePHP Auth user
$CURL_OPTS
Facebook::$CURL_OPTS in facebook.php
Default options for curl.
comments
Build a facebook comments area.
ConnectComponent
ConnectComponent in connect.php
Facebook.Connect Uses the Facebook Connect API to log in a user through the Auth Component.
ConnectTest
ConnectTest in connect.test.php
connect.php
connect.php in connect.php
createSessionFromSignedRequest
Returns something that looks like our JS session object from the signed token's data
connect.test.php
connect.test.php in connect.test.php
d
top
$data
TestUserHasOne::$data in connect.test.php
$data
TestUserError::$data in connect.test.php
$data
TestUser::$data in connect.test.php
$DOMAIN_MAP
Facebook::$DOMAIN_MAP in facebook.php
Maps aliases to Facebook domains.
$DROP_QUERY_PARAMS
List of query parameters that get automatically dropped when rebuilding the current URL.
description
FacebookInfo::description() in facebook_info.php
Get the description for Facebook Plugin
disconnect
Unsubscribe Button - Function which creates link for disconnecting user from the specific application
e
top
$errors
Error log
email
FacebookInfo::email() in facebook_info.php
Get the support email
endTest
ConnectTest::endTest() in connect.test.php
endTest
FacebookHelperTest::endTest() in facebook.test.php
errorLog
Facebook::errorLog() in facebook.php
Prints to the error log if you aren't in command line mode.
example.php
example.php in example.php
f
top
$Facebook
FacebookApi::$Facebook in facebook_api.php
Facebook Api
$Facebook
FacebookHelperTest::$Facebook in facebook.test.php
$Facebook
FB::$Facebook in f_b.php
Facebook Api
$FB
Allow direct access to the facebook API
$fileUploadSupport
Indicates if the CURL based @ syntax for file uploads is enabled.
Facebook
Facebook in facebook.php
Provides access to the Facebook Platform.
FacebookApi
FacebookApi in facebook_api.php
Facebook.Api Library used to create an instanciated facebook API available to the user
FacebookApiException
FacebookApiException in facebook.php
Thrown when an API call returns an exception.
FacebookAppController
FacebookAppController in facebook_app_controller.php
FacebookAppModel
FacebookAppModel in facebook_app_model.php
FacebookHelper
FacebookHelper in facebook.php
Facebook.Facebook helper generates fbxml and loads javascripts
FacebookHelperTest
FacebookHelperTest in facebook.test.php
FacebookInfo
FacebookInfo in facebook_info.php
Facebook Plugin Information
FacebookTest
FacebookTest in tests.php
facebook_app_controller.php
facebook_app_controller.php in facebook_app_controller.php
facebook_app_model.php
facebook_app_model.php in facebook_app_model.php
fanbox
FacebookHelper::fanbox() in facebook.php
Build a become a fan, fanbox
FB
FB in f_b.php
Facebook.Api Library used to create an instanciated facebook API available to the user
FBPublic
FBPublic in tests.php
Provides access to the Facebook Platform.
field
TestUserHasOne::field() in connect.test.php
findByFacebookId
TestUser::findByFacebookId() in connect.test.php
findByFacebookId
findByFacebookId
friendpile
Build a facebook friendpile area.
facebook_api.php
facebook_api.php in facebook_api.php
facebook_info.php
facebook_info.php in facebook_info.php
f_b.php
f_b.php in f_b.php
facebook.test.php
facebook.test.php in facebook.test.php
facebook.php
facebook.php in facebook.php
facebook.php
facebook.php in facebook.php
g
top
generateSignature
Generate a signature for the given params and secret.
getAccessToken
Gets a OAuth access token.
getApiSecret
Facebook::getApiSecret() in facebook.php
Get the API Secret.
getApiUrl
Facebook::getApiUrl() in facebook.php
Build the URL for api given parameters.
getAppId
Facebook::getAppId() in facebook.php
Get the Application ID.
getBaseDomain
Get the base domain for the Cookie.
getConfig
FacebookInfo::getConfig() in facebook_info.php
Testing getting a configuration option.
getCurrentUrl
Returns the Current URL, stripping it of known FB parameters that should not persist.
getLoginStatusUrl
Get a login status URL to fetch the status from facebook.
getLoginUrl
Facebook::getLoginUrl() in facebook.php
Get a Login URL for use with redirects. By default, full page redirect is assumed. If you are using the generated URL with a window.open() call in JavaScript, you can pass in display=popup as part of the $params.
getLogoutUrl
Facebook::getLogoutUrl() in facebook.php
Get a Logout URL suitable for use with redirects.
getOptions
FacebookInfo::getOptions() in facebook_info.php
Get the available options list
getResult
Return the associated result object returned by the API server.
getSession
Facebook::getSession() in facebook.php
Get the session object. This will automatically look for a signed session sent via the signed_request, Cookie or Query Parameters if needed.
getSessionCookieName
The name of the Cookie that contains the session.
getSignedRequest
Get the data from a signed_request token
getType
Returns the associated type for the error. This will default to 'Exception' when a type is not available.
getUrl
Facebook::getUrl() in facebook.php
Build the URL for given domain alias, path and parameters.
getUser
Facebook::getUser() in facebook.php
Get the UID from the session.
h
top
$hasAccount
hasAccount is true if the connected Facebook user has an account in your application
$helpers
FacebookHelper::$helpers in facebook.php
Helpers to load with this helper.
hasField
TestUserHasOne::hasField() in connect.test.php
hasField
TestUserError::hasField() in connect.test.php
hasField
TestUser::hasField() in connect.test.php
html
FacebookHelper::html() in facebook.php
HTML XMLNS tag (required)
i
top
info
FacebookHelper::info() in facebook.php
Get the info on this plugin
init
FacebookHelper::init() in facebook.php
HTML XMLNS tag (required)
initialize
Initialize, load the api, decide if we're logged in
initialize
Load the API into a class property and allow access to it.
l
top
license
FacebookInfo::license() in facebook_info.php
Get the license for Facebook Plugin
like
FacebookHelper::like() in facebook.php
Build a facebook like box
likebox
Build a like box
link
FacebookInfo::link() in facebook_info.php
Get the website for Facebook Plugin
livestream
Build a livestream window to your live stream app on facebook
loader
FacebookHelper::loader() in facebook.php
Loaoder is no longer needed and is now deprecated
login
FacebookHelper::login() in facebook.php
Login Button
logout
FacebookHelper::logout() in facebook.php
Logout Button
m
top
$me
ConnectComponent::$me in connect.php
me is the Facebook user object for the connected Facebook user
makeRequest
Facebook::makeRequest() in facebook.php
Makes an HTTP request. This method can be overriden by subclasses if developers want to do fancier things or use something other than curl to make the request.
MIGRATED_APP_ID
MIGRATED_SECRET
mockController
ConnectTest::mockController() in connect.test.php
n
top
$name
TestUserHasOne::$name in connect.test.php
$name
TestUserError::$name in connect.test.php
$name
TestUser::$name in connect.test.php
$noAuth
No Auth, if set to true, syncFacebookUser will NOT be called
name
FacebookInfo::name() in facebook_info.php
Get the offical name of the Facebook Plugin
o
top
$options
FacebookInfo::$options in facebook_info.php
Available options to call
p
top
parseSignedRequest
Parses a signed_request and validates the signature.
picture
Profile Picture of Facebook User
publicBase64UrlDecode
publicCreateSessionFromSignedRequest
publicParseSignedRequest
r
top
$result
The result from the API server that represents the exception information.
recommendations
Build a facebook recommendations area.
s
top
$session
Facebook::$session in facebook.php
The active user session, if one is available.
$sessionLoaded
Facebook::$sessionLoaded in facebook.php
Indicates that we already loaded the session as best as we could.
$signedRequest
Facebook::$signedRequest in facebook.php
The data from the signed_request token.
save
TestUserError::save() in connect.test.php
save
TestUserHasOne::save() in connect.test.php
save
TestUser::save() in connect.test.php
saveField
TestUser::saveField() in connect.test.php
saveField
TestUserHasOne::saveField() in connect.test.php
saveField
TestUserError::saveField() in connect.test.php
SECRET
setApiSecret
Facebook::setApiSecret() in facebook.php
Set the API Secret.
setAppId
Facebook::setAppId() in facebook.php
Set the Application ID.
setBaseDomain
Set the base domain for the Cookie.
setCookieFromSession
Set a JS Cookie based on the _passed in_ session. It does not use the currently stored session -- you need to explicitly pass it in.
setCookieSupport
Set the Cookie Support status.
setFileUploadSupport
Set the file upload support status.
setSession
Facebook::setSession() in facebook.php
Set the Session.
share
FacebookHelper::share() in facebook.php
Share this page
startTest
ConnectTest::startTest() in connect.test.php
startTest
FacebookHelperTest::startTest() in facebook.test.php
t
top
testActivity
testAPIGraphPublicData
testAPIWithoutSession
testAPIWithSession
testAppSecretCall
testBase64UrlEncode
testBundledCACert
testComments
testConstructor
testConstructorWithCookie
testConstructorWithFileUpload
testCurlFailure
testDefaultBaseDomain
testDisconnect
testFacebookSyncShouldCreateUser
testFacebookSyncShouldDoNothingIfAuthIsNotDetected
testFacebookSyncShouldLoginAlreadyLinkedUser
testFacebookSyncShouldNotCreateUser
testFacebookSyncShouldReturnFalseIfWeDontHaveFacebookIDInTable
testFacebookSyncShouldUpdateTheFacebookIdIfNotFound
testFanBox
testFriendPile
testGetSessionFromCookie
testGetUID
testGraphAPIMethod
testGraphAPIMethodOAuthSpecError
testGraphAPIOAuthSpecError
testGraphAPIWithOnlyParams
testGraphAPIWithSession
testHtml
FacebookHelperTest::testHtml() in facebook.test.php
testIgnoreArgSeparatorForCookie
testIgnoreDeleteSetCookie
testInfo
FacebookHelperTest::testInfo() in facebook.test.php
testInit
FacebookHelperTest::testInit() in facebook.test.php
testInitialize
ConnectTest::testInitialize() in connect.test.php
testInvalidGetSessionFromCookie
testInvalidSessionFromQueryString
testLike
FacebookHelperTest::testLike() in facebook.test.php
testLivestream
testLogin
FacebookHelperTest::testLogin() in facebook.test.php
testLoginStatusURLCustom
testLoginStatusURLDefaults
testLoginURLCustomNext
testLoginURLDefaults
testLoginURLDefaultsDropSessionQueryParam
testLoginURLDefaultsDropSessionQueryParamButNotOthers
testLogout
testLogoutURLDefaults
testMagicQuotesCookie
testMagicQuotesQueryString
testNonDefaultPort
testNonTossedSignedtoken
testNonUserAccessToken
testPicture
testRecommendantions
testSecureCurrentUrl
testSecureCurrentUrlWithNonDefaultPort
testSessionFromQueryString
testSetAPISecret
testSetAppId
testSetCookieSupport
testSetFileUploadSupport
testSetNullSession
testSetSession
testShare
FacebookHelperTest::testShare() in facebook.test.php
testSignedToken
testSignedTokenInQuery
TestUser
TestUser in connect.test.php
TestUserError
TestUserError in connect.test.php
TestUserHasOne
TestUserHasOne in connect.test.php
testUserIfLoggedIn
testUserIfLoggedOut
tests.php
tests.php in tests.php
u
top
$uid
ConnectComponent::$uid in connect.php
uid is the Facebook ID of the connected Facebook user, or null if not connected
$useDbConfig
TestUserHasOne::$useDbConfig in connect.test.php
$useDbConfig
TestUserError::$useDbConfig in connect.test.php
$useDbConfig
TestUser::$useDbConfig in connect.test.php
$useTable
TestUserHasOne::$useTable in connect.test.php
$useTable
TestUser::$useTable in connect.test.php
$useTable
TestUserError::$useTable in connect.test.php
useCookieSupport
Get the Cookie Support status.
useFileUploadSupport
Get the file upload support status.
user
Read the logged in user
v
top
validateSessionObject
Validates a session_version=3 style session object.
version
FacebookInfo::version() in facebook_info.php
Get the version of the Facebook Plugin
VERSION
Facebook::VERSION in facebook.php
Version.
a b c d e f g h i l m n o p r s t u v _