Re: [Tutor] Facebook login using python

2013-01-28 Thread Alan Gauld
On 28/01/13 15:40, Aaron Misquith wrote: like if someone is able to provide me a code to export the output to pdf. Oops, sorry ReportLab is the module I was thinking of not pyPDF. The latter is mainly for reading PDF not producing them. Apologies. http://www.reportlab.com/software/opensourc

Re: [Tutor] Facebook login using python

2013-01-28 Thread Kwpolska
I will kill the one who invented this bullshit with the Reply button. (sent 1 h 13 min ago) -- Forwarded message -- From: Kwpolska Date: Mon, Jan 28, 2013 at 4:48 PM Subject: Re: [Tutor] Facebook login using python To: Aaron Misquith On Mon, Jan 28, 2013 at 4:40 PM, Aaron

Re: [Tutor] Facebook login using python

2013-01-28 Thread Alan Gauld
On 28/01/13 15:40, Aaron Misquith wrote: I am working on a program which is used to login to facebook, get my friend lists using graph api and export them into pdf format. So far i'm able to login with facebook and get the friend list. I would like if someone is able to provide me a code to expor

Re: [Tutor] Facebook login using python

2013-01-28 Thread Dave Angel
On 01/28/2013 10:40 AM, Aaron Misquith wrote: I am working on a program which is used to login to facebook, get my friend lists using graph api and export them into pdf format. So far i'm able to login with facebook and get the friend list. I would like if someone is able to provide me a code to

[Tutor] Facebook login using python

2013-01-28 Thread Aaron Misquith
I am working on a program which is used to login to facebook, get my friend lists using graph api and export them into pdf format. So far i'm able to login with facebook and get the friend list. I would like if someone is able to provide me a code to export the output to pdf. Another thing is that