all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Help with facebook.el
@ 2011-02-03 13:48 Exal de Jesus Garcia Carrillo
  2011-02-04  5:49 ` TheFlyingDutchman
  0 siblings, 1 reply; 3+ messages in thread
From: Exal de Jesus Garcia Carrillo @ 2011-02-03 13:48 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Help with facebook.el
  2011-02-03 13:48 Help with facebook.el Exal de Jesus Garcia Carrillo
@ 2011-02-04  5:49 ` TheFlyingDutchman
  2011-02-04 12:44   ` Exal de Jesus Garcia Carrillo
  0 siblings, 1 reply; 3+ messages in thread
From: TheFlyingDutchman @ 2011-02-04  5:49 UTC (permalink / raw)
  To: help-gnu-emacs

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")


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Help with facebook.el
  2011-02-04  5:49 ` TheFlyingDutchman
@ 2011-02-04 12:44   ` Exal de Jesus Garcia Carrillo
  0 siblings, 0 replies; 3+ messages in thread
From: Exal de Jesus Garcia Carrillo @ 2011-02-04 12:44 UTC (permalink / raw)
  To: help-gnu-emacs

On 4 feb, 02:49, TheFlyingDutchman <zzbba...@aol.com> wrote:
> 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")

Yep, I already did, I've created a new fb app and set up in the
facebook.el


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-04 12:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-03 13:48 Help with facebook.el Exal de Jesus Garcia Carrillo
2011-02-04  5:49 ` TheFlyingDutchman
2011-02-04 12:44   ` Exal de Jesus Garcia Carrillo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.