Skip to content

Zahaib/facebookUpload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

fbShellAlbumUpload

Introduction

fbShellAlbumUpload is a Bash shell script to create an album and upload photos to Facebook. It places calls using Facebook's Graph API v2.0.

In order to get started, generate a short lived user access token from Facebook Developer Tools with the scopes "publish_actions" and "user_photos". Add the generated access token to the script by changing the line

accessToken='XXXXXXXXXXXXXXXXXXXXXX'

Usage

./fbShellAlbumUpload -n <"My Album Name"> -d <path to photos directory>

The default privacy setting for the album is "Only me"

About

Bash script to create album on Facebook and upload photos.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages