Fbook Scraper 13.08.08
I’m not sure that this is possible but….
FIRST php SCRIPT
I’m looking for a routine to log onto MY Facebook account (I can provide email address and password) and then to scrape the details of each event from my invite page.
For each event I need..
The url of the event
The url of the image associated with the evnt
The description of the event
The location / date of the event
These should be stored in a mySQL database - with two ‘blank’ fields for extension purpose.
Events which have expired can be ignored.
SECOND php SCRIPT needs to access the aforementioned database and to arrange the evnts in chronological order in a table which has..
Column 1: a clickable image (as described above), lining to the event url
Column 2: The date and venue followed by <br /> and the event title.
I’m not sure whether it is possible to do this using PHP. Please onlyquote if you know that it genuinely is; ie. test it or have previous experience.



