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

Re: [Tutor] Facebook apps with python

2012-01-19 Thread Tony Pelletier
On Wed, Jan 18, 2012 at 8:34 AM, karthik s wrote: > Well, my question is simple.. > How do I create facebook apps with python. I have couple of interesting/ > funky programs and want to make them as apps. > So, > 1. What all things I should know for writing facebook apps. > 2. I read that we shoul

Re: [Tutor] Facebook apps with python

2012-01-18 Thread Alan Gauld
On 18/01/12 13:34, karthik s wrote: Well, my question is simple.. How do I create facebook apps with python. I have no idea, I never use Facebook. But given this is a list for peiople learning the Python language it might be too specialised a question, you might be better on the general Pytho

Re: [Tutor] Facebook apps with python

2012-01-18 Thread Ranjith Kumar
Please try this karthik https://www.google.com/search?client=ubuntu&channel=fs&q=how+to+create+facebook+app+using+python&ie=utf-8&oe=utf-8 On Wed, Jan 18, 2012 at 7:04 PM, karthik s wrote: > Well, my question is simple.. > > How do I create facebook apps with python. I have couple of interestin

Re: [Tutor] Facebook

2011-01-27 Thread Steven D'Aprano
Luke Paireepinart wrote: And what have you tried? What libs are you using? Which part is confusing you? Surely it is the part Christopher says... getting an access token? I wonder whether he has read this? http://developers.facebook.com/docs/authentication/?_fb_noscript=1 (which is the first

Re: [Tutor] Facebook

2011-01-27 Thread Christopher King
Well actually I got it working now. I used the library from https://github.com/facebook/python-sdk/. It said you had to create an app, which I didn't want to do. That is, to get the access token. An access token is what gives me the right to look at peoples profile. What I found, was an app al

Re: [Tutor] Facebook

2011-01-27 Thread Luke Paireepinart
And what have you tried? What libs are you using? Which part is confusing you? - Sent from a mobile device. Apologies for brevity and top-posting. - On Jan 27, 2011, at 9:08 AM, Christopher King wrote: > Dear Tutors, > I'm using the Fa