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; namespace
26 use Facebook\HttpClients\FacebookHttpClientInterface;
27 use Facebook\HttpClients\FacebookCurlHttpClient;
28 use Facebook\HttpClients\FacebookStreamHttpClient;
29 use Facebook\Exceptions\FacebookSDKException;
34 * @package Facebook
41 const BASE_GRAPH_URL = 'https://graph.facebook.com';
46 const BASE_GRAPH_VIDEO_URL = 'https://graph-video.facebook.com';
51 const BASE_GRAPH_URL_BETA = 'https://graph.beta.facebook.com';
56 const BASE_GRAPH_VIDEO_URL_BETA = 'https://graph-video.beta.facebook.com';
200 if (get_class($request) === 'Facebook\FacebookRequest') {