Emacs & facebook.el problem

View: New views
3 Messages — Rating Filter:   Alert me  

Emacs & facebook.el problem

by rpd :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

I am trying to use facebook.el but get this error message:
Debugger entered--Lisp error: (wrong-type-argument integerp (request_args . [((value . "ab00b17c9a1bfb96a5c440e0df75141a") (key . "sig")) ((value . "") (key . "api_key")) ((value . "1912035236995000") (key . "call_id")) ((value . "JSON") (key . "format")) ((value . "auth.createToken") (key . "method")) ((value . "1.0") (key . "v"))]))
  concat("https://login.facebook.com/login.php?v=1.0&api_key=" "" "&auth_token=" ((request_args . [... ... ... ... ... ...]) (error_msg . "Invalid API key") (error_code . 101)))
  (let* ((auth-token ...) (login-url ...)) (browse-url login-url) (read-string "Hit enter here after you've logged into facebook (this is their lame scheme, not facebook.el's") (customize-save-variable (quote facebook-session-info) (facebook-call-function-post "auth.getSession" ...)))
  facebook-login()
  call-interactively(facebook-login)
  execute-extended-command(nil)
  call-interactively(execute-extended-command)

This is my .emacs code:
;;;;=FACEBOOK=====facebook.el================================================================================
;;;
;; To log into facebook, call (facebook-login)
;;;   To check credentials/optionally login call (facebook-check-creds)
;;;   To make api calls call (facebook-call-function "<funcname>" (list (cons "of" "args") (cons "more" "args")))
;;
(load "C:\\Users\\Dad\\Emacs\\emacsaddons\\facebook.el")
;===


Can someone help me try to fix this so I can do facebook from emacs please?

As ever I am very grateful for helpful replies, thanks

Re: Emacs & facebook.el problem

by Lennart Borgman (gmail) :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

This list is for windows specific questions. Please ask on the normal
Emacs list.


On Wed, Sep 16, 2009 at 9:33 AM, rpd
<richard@...> wrote:

>
> Hi
>
> I am trying to use facebook.el but get this error message:
> Debugger entered--Lisp error: (wrong-type-argument integerp (request_args .
> [((value . "ab00b17c9a1bfb96a5c440e0df75141a") (key . "sig")) ((value . "")
> (key . "api_key")) ((value . "1912035236995000") (key . "call_id")) ((value
> . "JSON") (key . "format")) ((value . "auth.createToken") (key . "method"))
> ((value . "1.0") (key . "v"))]))
>  concat("https://login.facebook.com/login.php?v=1.0&api_key=" ""
> "&auth_token=" ((request_args . [... ... ... ... ... ...]) (error_msg .
> "Invalid API key") (error_code . 101)))
>  (let* ((auth-token ...) (login-url ...)) (browse-url login-url)
> (read-string "Hit enter here after you've logged into facebook (this is
> their lame scheme, not facebook.el's") (customize-save-variable (quote
> facebook-session-info) (facebook-call-function-post "auth.getSession" ...)))
>  facebook-login()
>  call-interactively(facebook-login)
>  execute-extended-command(nil)
>  call-interactively(execute-extended-command)
>
> This is my .emacs code:
> ;;;;=FACEBOOK=====facebook.el================================================================================
> ;;;
> ;; To log into facebook, call (facebook-login)
> ;;;   To check credentials/optionally login call (facebook-check-creds)
> ;;;   To make api calls call (facebook-call-function "<funcname>" (list
> (cons "of" "args") (cons "more" "args")))
> ;;
> (load "C:\\Users\\Dad\\Emacs\\emacsaddons\\facebook.el")
> ;===
>
>
> Can someone help me try to fix this so I can do facebook from emacs please?
>
> As ever I am very grateful for helpful replies, thanks
> --
> View this message in context: http://www.nabble.com/Emacs---facebook.el-problem-tp25467371p25467371.html
> Sent from the Emacs - Windows - Help mailing list archive at Nabble.com.
>
>
>
>



Re: Emacs & facebook.el problem

by rpd :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

My apologies- my error posting this here & I have now posted the same question on emacs help forum.Thanks
Lennart Borgman (gmail) wrote:
This list is for windows specific questions. Please ask on the normal
Emacs list.


On Wed, Sep 16, 2009 at 9:33 AM, rpd
<richard@dickinson350.freeserve.co.uk> wrote:
>
> Hi
>
> I am trying to use facebook.el but get this error message:
> Debugger entered--Lisp error: (wrong-type-argument integerp (request_args .
> [((value . "ab00b17c9a1bfb96a5c440e0df75141a") (key . "sig")) ((value . "")
> (key . "api_key")) ((value . "1912035236995000") (key . "call_id")) ((value
> . "JSON") (key . "format")) ((value . "auth.createToken") (key . "method"))
> ((value . "1.0") (key . "v"))]))
>  concat("https://login.facebook.com/login.php?v=1.0&api_key=" ""
> "&auth_token=" ((request_args . [... ... ... ... ... ...]) (error_msg .
> "Invalid API key") (error_code . 101)))
>  (let* ((auth-token ...) (login-url ...)) (browse-url login-url)
> (read-string "Hit enter here after you've logged into facebook (this is
> their lame scheme, not facebook.el's") (customize-save-variable (quote
> facebook-session-info) (facebook-call-function-post "auth.getSession" ...)))
>  facebook-login()
>  call-interactively(facebook-login)
>  execute-extended-command(nil)
>  call-interactively(execute-extended-command)
>
> This is my .emacs code:
> ;;;;=FACEBOOK=====facebook.el================================================================================
> ;;;
> ;; To log into facebook, call (facebook-login)
> ;;;   To check credentials/optionally login call (facebook-check-creds)
> ;;;   To make api calls call (facebook-call-function "<funcname>" (list
> (cons "of" "args") (cons "more" "args")))
> ;;
> (load "C:\\Users\\Dad\\Emacs\\emacsaddons\\facebook.el")
> ;===
>
>
> Can someone help me try to fix this so I can do facebook from emacs please?
>
> As ever I am very grateful for helpful replies, thanks
> --
> View this message in context: http://www.nabble.com/Emacs---facebook.el-problem-tp25467371p25467371.html
> Sent from the Emacs - Windows - Help mailing list archive at Nabble.com.
>
>
>
>