OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
reader
/
testing
/
vendor
/
facebook
/
graph-sdk
/
src
/
Facebook
/
GraphNodes
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📄
Birthday.php
2.21 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
Collection.php
5.42 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphAchievement.php
2.87 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphAlbum.php
4.03 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphApplication.php
1.36 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphCoverPhoto.php
1.9 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphEdge.php
6.75 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphEvent.php
5.98 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphGroup.php
4.44 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphList.php
1.27 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphLocation.php
2.47 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphNode.php
5.32 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphNodeFactory.php
12.29 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphObject.php
1.27 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphObjectFactory.php
2.83 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphPage.php
3.86 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphPicture.php
1.92 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphSessionInfo.php
2.54 KB
05/19/2025 10:07:13 AM
rw-r--r--
📄
GraphUser.php
4.12 KB
05/19/2025 10:07:13 AM
rw-r--r--
Editing: GraphList.php
Close
<?php /** * Copyright 2017 Facebook, Inc. * * You are hereby granted a non-exclusive, worldwide, royalty-free license to * use, copy, modify, and distribute this software in source code or binary * form for use in connection with the web services and APIs provided by * Facebook. * * As with any software that integrates with the Facebook platform, your use * of this software is subject to the Facebook Developer Principles and * Policies [http://developers.facebook.com/policy/]. This copyright notice * shall be included in all copies or substantial portions of the software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. * */ namespace Facebook\GraphNodes; /** * Class GraphList * * @package Facebook * * @deprecated 5.0.0 GraphList has been renamed to GraphEdge * @todo v6: Remove this class */ class GraphList extends GraphEdge { }