help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help with facebook.el


From: TheFlyingDutchman
Subject: Re: Help with facebook.el
Date: Thu, 3 Feb 2011 21:49:06 -0800 (PST)
User-agent: G2/1.0

On Feb 3, 5:48 am, Exal de Jesus Garcia Carrillo
<exal.gar...@gmail.com> wrote:
> Hi, does anyone use facebook.el?, I'm getting the following error when
> I try the M-x facebook-login:
>
> ,----
> | Wrong type argument: characterp, (request_args . [((value .
> "d33a5eafc72c6324576c1bd1319910a21") (key . "sig")) ((value . "") (key
> |."api_key")) ((value . \"1978692874445\
> | 856") (key . "call_id")) ((value . "JSON") (key . "format"))
> ((value . "auth.createToken") (key . "method")) ((value . "1.0")
> (key . "v"))])
> `----
>
> (I have loaded json.el also)
>
> I'm using emacs 23 on a debian lenny box
>
> any hint or advice will be really appreciated
>
> thanks, Exal

Did you obtain a "Facebook API key" and "Facebook API secret" from
Facebook.com  and fill in the values for the corresponding facebook.el
variables?

(defcustom facebook-api-key "" "Your facebook api-key")
(defcustom facebook-api-secret "" "Your facebook api secret")


reply via email to

[Prev in Thread] Current Thread [Next in Thread]