##Overview Python scripts to experiment with Facebook graph search. We use Graph API provided by Facebook for the same. To use the Graph API, it is necessary for the user to generate an Access Token.
Steps to use the Access Token in the script:
-
Go to Graph API Explorer
-
Login with your regular Facebook ID.
-
In the Access Token Edit Box, you might see some existing token already. Press "x" near the Edit Box to clear the Access Token.
-
Now select "Get Access Token" to get a new Access Token.
-
Select the appropriate permissions.
-
Click "Get Access Token".
-
In The Access Token Edit Box, you will now see the Access Token generated with new permissions.
###Objective Will try to make a Script which can be used to do most of the facebook actions using graph API.
Few operations which can be planned to do from this script are like Multiple group post, Downloading Profile pics of friends etc.
Operations what are to be implemented will be put up in Todo
##Contributions No code is perfect, so feel free to send me a pull request or create a git issue :)