Skip to content

Python script according to the latest updated Graph.api documentation to like and comment on birthday post

Notifications You must be signed in to change notification settings

clock21am/HappyBirthdayWithPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Python Happy Birthday script

Python written script based on updated Graph API to like and comment on birthday wishes.

Documentation

##Installing facebook SDK
   
   #from Git 
   virtualenv facebookenv
   source facebookenv/bin/activate
   pip install -e git+https://github.com/mobolic/facebook-sdk.git#egg=facebook-sdk 
   
   #Installing a Released Version
   virtualenv facebookenv
   source facebookenv/bin/activate
   pip install facebook-sdk

   git clone https://github.com/clock21am/HappyBirthdayWithPython.git
   cd HappyBirthdayWithPython
   python facebooktoken.py

###For importing facebook libraray use this command
   pip install facebook  

#Resources facebook-sdk-guid
Quick-start for python tutorials
facebook Tool access
Token genrated link

About

Python script according to the latest updated Graph.api documentation to like and comment on birthday post

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages