Re: [Tutor] How to create a GUI for python using tkinter

2013-02-05 Thread Alan Gauld
On 05/02/13 09:38, Aaron Misquith wrote: 2.Is there a way to automate getting access tokens for the user that is logging in? If not how to get access tokens for each user while logging in? No idea, you'll need to ask on a Facebook programming list. This one only deals with Python programming

Re: [Tutor] How to create a GUI for python using tkinter

2013-02-05 Thread Walter Prins
Hi On 5 February 2013 09:38, Aaron Misquith wrote: >> >>> I have attached a python program with this mail which peforms following >>> operations: >>> 1.Logs in to facebook. >>> 2.Asks the user for access tokens. >>> 3.Gets the friend list of the user. >>> 4.outputs the friend list as pdf. >>> >

[Tutor] How to create a GUI for python using tkinter

2013-02-05 Thread Aaron Misquith
I have attached a python program with this mail which peforms following operations: 1.Logs in to facebook. 2.Asks the user for access tokens. 3.Gets the friend list of the user. 4.outputs the friend list as pdf. My Problems regarding the above program are: 1.I want to display the names of my frien