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 already made, in which I can edit the html to
have it request any permission I want it to, and then give me the access
token for my own programs. Its let's you save the code in a permalink. He is
my code: http://fbrell.com/saved/6b455533f5f2c124cdc74a635d09cbd4. It will
not work by itself, so you must slightly edit it. Where it says, put
permissions here, type what permissions you want the token to
have, separated by commas, and click run code. Then click the button. A list
of request-able permissions are here:
http://developers.facebook.com/docs/authentication/permissions/. I've tested
it, and its cool. I posted to my wall from facebook!

On Thu, Jan 27, 2011 at 11:43 AM, Luke Paireepinart
<rabidpoob...@gmail.com>wrote:

> 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 <g.nius...@gmail.com> wrote:
>
> Dear Tutors,
>     I'm using the Facebook API. How do you get an access token? The
> documentations at  <http://developers.facebook.com/docs/api>
> http://developers.facebook.com/docs/api, but I can't figure out an easy
> way to do it.
>
> Sincerely,
>     Chris
>
> _______________________________________________
> Tutor maillist  -   <Tutor@python.org>Tutor@python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to