Lines Matching full:facebook
3 * Copyright 2017 Facebook, Inc.
8 * Facebook.
10 * As with any software that integrates with the Facebook platform, your use
11 * of this software is subject to the Facebook Developer Principles and
12 * Policies [http://developers.facebook.com/policy/]. This copyright notice
24 namespace Facebook\Helpers;
26 use Facebook\Authentication\AccessToken;
27 use Facebook\Authentication\OAuth2Client;
28 use Facebook\Exceptions\FacebookSDKException;
29 use Facebook\PersistentData\FacebookSessionPersistentDataHandler;
30 use Facebook\PersistentData\PersistentDataInterface;
31 use Facebook\PseudoRandomString\PseudoRandomStringGeneratorFactory;
32 use Facebook\PseudoRandomString\PseudoRandomStringGeneratorInterface;
33 use Facebook\Url\FacebookUrlDetectionHandler;
34 use Facebook\Url\FacebookUrlManipulator;
35 use Facebook\Url\UrlDetectionInterface;
40 * @package Facebook
114 …rns a URL to which the user should be sent to in order to continue the login process with Facebook.
116 * @param string $redirectUrl The URL Facebook should redirect users to after login.
132 * Returns the URL to send the user in order to login to Facebook.
134 * @param string $redirectUrl The URL Facebook should redirect users to after login.
146 * Returns the URL to send the user in order to log out of Facebook.
149 …* @param string $next The url Facebook should redirect the user to after a succ…
171 return 'https://www.facebook.com/logout.php?' . http_build_query($params, null, $separator);
175 …* Returns the URL to send the user in order to login to Facebook with permission(s) to be re-asked.
177 * @param string $redirectUrl The URL Facebook should redirect users to after login.
191 … * Returns the URL to send the user in order to login to Facebook with user to be re-authenticated.
193 * @param string $redirectUrl The URL Facebook should redirect users to after login.