Home
last modified time | relevance | path

Searched full:facebook (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/plugin/authfacebook/lib/Helpers/
DFacebookRedirectLoginHelper.php3 * 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;
[all …]
DFacebookSignedRequestFromInputHelper.php3 * 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\Facebook; alias
27 use Facebook\FacebookApp;
28 use Facebook\FacebookClient;
29 use Facebook\SignedRequest;
[all …]
DFacebookPageTabHelper.php3 * 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\FacebookApp;
27 use Facebook\FacebookClient;
32 * @package Facebook
/plugin/authfacebook/lib/Authentication/
DOAuth2Client.php3 * 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\Authentication;
26 use Facebook\Facebook; alias
27 use Facebook\FacebookApp;
28 use Facebook\FacebookRequest;
29 use Facebook\FacebookResponse;
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverTouchActions.php3 namespace Facebook\WebDriver\Interactions;
5 use Facebook\WebDriver\Interactions\Touch\WebDriverDoubleTapAction;
6 use Facebook\WebDriver\Interactions\Touch\WebDriverDownAction;
7 use Facebook\WebDriver\Interactions\Touch\WebDriverFlickAction;
8 use Facebook\WebDriver\Interactions\Touch\WebDriverFlickFromElementAction;
9 use Facebook\WebDriver\Interactions\Touch\WebDriverLongPressAction;
10 use Facebook\WebDriver\Interactions\Touch\WebDriverMoveAction;
11 use Facebook\WebDriver\Interactions\Touch\WebDriverScrollAction;
12 use Facebook\WebDriver\Interactions\Touch\WebDriverScrollFromElementAction;
13 use Facebook\WebDriver\Interactions\Touch\WebDriverTapAction;
[all …]
/plugin/authfacebook/lib/GraphNodes/
DGraphPage.php3 * 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\GraphNodes;
29 * @package Facebook
37 'best_page' => '\Facebook\GraphNodes\GraphPage',
38 'global_brand_parent_page' => '\Facebook\GraphNodes\GraphPage',
39 'location' => '\Facebook\GraphNodes\GraphLocation',
[all …]
DGraphObjectFactory.php3 * 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\GraphNodes;
26 use Facebook\Exceptions\FacebookSDKException;
31 * @package Facebook
41 const BASE_GRAPH_NODE_CLASS = '\Facebook\GraphNodes\GraphObject';
46 const BASE_GRAPH_EDGE_CLASS = '\Facebook\GraphNodes\GraphList';
DGraphUser.php3 * 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\GraphNodes;
29 * @package Facebook
37 'hometown' => '\Facebook\GraphNodes\GraphPage',
38 'location' => '\Facebook\GraphNodes\GraphPage',
39 'significant_other' => '\Facebook\GraphNodes\GraphUser',
[all …]
DGraphAchievement.php3 * 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\GraphNodes;
29 * @package Facebook
37 'from' => '\Facebook\GraphNodes\GraphUser',
38 'application' => '\Facebook\GraphNodes\GraphApplication',
94 * @see https://developers.facebook.com/docs/graph-api/reference/achievement
/plugin/authfacebook/lib/FileUpload/
DFacebookResumableUploader.php3 * 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\FileUpload;
26 use Facebook\Authentication\AccessToken;
27 use Facebook\Exceptions\FacebookResponseException;
28 use Facebook\Exceptions\FacebookResumableUploadException;
29 use Facebook\Exceptions\FacebookSDKException;
[all …]
DFacebookVideo.php3 * 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\FileUpload;
29 * @package Facebook
/plugin/authfacebook/lib/
DFacebookResponse.php3 * 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; namespace
26 use Facebook\GraphNodes\GraphNodeFactory;
27 use Facebook\Exceptions\FacebookResponseException;
28 use Facebook\Exceptions\FacebookSDKException;
33 * @package Facebook
[all …]
DFacebook.php3 * 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; namespace
26 use Facebook\Authentication\AccessToken;
27 use Facebook\Authentication\OAuth2Client;
28 use Facebook\FileUpload\FacebookFile;
29 use Facebook\FileUpload\FacebookResumableUploader;
[all …]
DFacebookClient.php3 * 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; namespace
26 use Facebook\HttpClients\FacebookHttpClientInterface;
27 use Facebook\HttpClients\FacebookCurlHttpClient;
28 use Facebook\HttpClients\FacebookStreamHttpClient;
29 use Facebook\Exceptions\FacebookSDKException;
[all …]
/plugin/authfacebook/lib/HttpClients/
DFacebookHttpClientInterface.php3 * 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\HttpClients;
29 * @package Facebook
42 * @return \Facebook\Http\GraphRawResponse Raw response from the server.
44 * @throws \Facebook\Exceptions\FacebookSDKException
/plugin/gallery/
Ddeleted.files36 prettyPhoto/facebook/btnNext.png
37 prettyPhoto/facebook/btnPrevious.png
38 prettyPhoto/facebook/contentPatternBottom.png
39 prettyPhoto/facebook/contentPatternLeft.png
40 prettyPhoto/facebook/contentPatternRight.png
41 prettyPhoto/facebook/contentPatternTop.png
42 prettyPhoto/facebook/default_thumbnail.gif
43 prettyPhoto/facebook/loader.gif
44 prettyPhoto/facebook/sprite.png
/plugin/authfacebook/lib/PseudoRandomString/
DPseudoRandomStringGeneratorInterface.php3 * 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\PseudoRandomString;
29 * @package Facebook
42 * @throws \Facebook\Exceptions\FacebookSDKException|\InvalidArgumentException
/plugin/authfacebook/lib/Exceptions/
DFacebookAuthorizationException.php3 * 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\Exceptions;
29 * @package Facebook
DFacebookSDKException.php3 * 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\Exceptions;
29 * @package Facebook
DFacebookClientException.php3 * 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\Exceptions;
29 * @package Facebook
DFacebookAuthenticationException.php3 * 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\Exceptions;
29 * @package Facebook
DFacebookThrottleException.php3 * 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\Exceptions;
29 * @package Facebook
DFacebookOtherException.php3 * 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\Exceptions;
29 * @package Facebook
DFacebookServerException.php3 * 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\Exceptions;
29 * @package Facebook
DFacebookResumableUploadException.php3 * 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\Exceptions;
29 * @package Facebook

12345678910>>...22