-
Notifications
You must be signed in to change notification settings - Fork 39
/
filelist.txt
58 lines (40 loc) · 2.39 KB
/
filelist.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#############################################################################
# #
# This file has 2 purposes: #
# 1) Provide an explanation of the files used by FBCMD #
# 2) Provide a list of files for fbcmd_update.php to download #
# #
#############################################################################
fbcmd.php # The main software PHP script
readme.txt # Simple Distribution Notes
gpl.txt # GNU General Public License
#############################################################################
# The Following are core Facebook API interface & support files
facebook/facebook.php
facebook/facebookapi_php5_restlib.php
facebook/facebook_desktop.php
facebook/facebook_mobile.php
facebook/jsonwrapper/jsonwrapper.php
facebook/jsonwrapper/jsonwrapper_inner.php
facebook/jsonwrapper/JSON/JSON.php
facebook/jsonwrapper/JSON/LICENSE
#############################################################################
# The following are misc. support files
support/test_fb_connect.php # Test to see if you can connect to FB
support/test_php.php # Test some basic PHP functionality
support/my_fbcmd.php # example for creating your own commands
support/fbcmd_include.php # Helper functions for my_fbcmd.php
support/sample-loadinfo-img.php # sample for the LOADINFO command
support/sample-loadinfo-text.php # sample for the LOADINFO command
#############################################################################
# The following may be generated by FBCMD, and are user-specific
# sessionkeys.txt # Your authorized access keys (keep them secure)
# prefs.php # A way to edit your preferences on how FBCMD behaves
# *data.txt # cached id data from varous commands
#############################################################################
#############################################################################
# The following files are specially handled by fbcmd_update:
# filelist.txt # This File
# fbcmd_update.php # The program to update the fbcmd distribution
# fbmcd.bat # The batch file to run FBCMD (Windows)
# fbcmd # The bash file to run FBCMD (Mac/Linux)