From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Exal de Jesus Garcia Carrillo Newsgroups: gmane.emacs.help Subject: Re: Help with facebook.el Date: Fri, 4 Feb 2011 04:44:43 -0800 (PST) Organization: http://groups.google.com Message-ID: <8a6bb30e-a2d4-4620-86b5-fef14cf57a41@n2g2000pre.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1296826835 932 80.91.229.12 (4 Feb 2011 13:40:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 4 Feb 2011 13:40:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 04 14:40:31 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PlLtl-0004hi-Rw for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Feb 2011 14:40:30 +0100 Original-Received: from localhost ([127.0.0.1]:60334 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PlLtk-0005r9-LT for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Feb 2011 08:40:28 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!n2g2000pre.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 32 Original-NNTP-Posting-Host: 200.68.27.253 Original-X-Trace: posting.google.com 1296823483 23027 127.0.0.1 (4 Feb 2011 12:44:43 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 4 Feb 2011 12:44:43 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: n2g2000pre.googlegroups.com; posting-host=200.68.27.253; posting-account=PT6JUwoAAACs7p_hwYdI0ft9GFUvMg6w User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.86 Safari/534.13, gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:184802 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78955 Archived-At: On 4 feb, 02:49, TheFlyingDutchman wrote: > On Feb 3, 5:48=A0am, Exal de Jesus Garcia Carrillo > 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 =A0and 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