/rts

rtCampTwitter assignment

Primary LanguagePHP

rtCamp Twitter Assignment

Live Project:- https://jrtcamp.herokuapp.com/

by Jenil Calcuttawala,
13BCE015,
Institute of Technology,
Nirma University,
Ahmedabad.

REPOSITORY CONTENTS

Directory Contents:

css -> It contains bootstrap css files.
fonts -> It contains fonts and glyphicons.
js -> It contains JavaScript files.
src -> It contains required files to work with OAuth.

Project Files:

index.php -> The main welcome page of the assignment.
callback.php -> To receive reply from Twitter and redirect it to home.php.
home.php -> The main member's area.
genpdf.php -> To generate pdf file of the latest 10 tweets done by user.
logout.php -> To log out from current session.

Libraries:

autoload.php -> It is the requirement to generate OAuth Token.
fpdf.php -> It is the library for generating pdf files.

Extras:

helveticab.php,helveticai.php ,times.php are the necessary font files which are needed if we're generating pdf.

Please ignore .idea and .DS_Store file.