search for: missingorinvalidparameter

Displaying 2 results from an estimated 2 matches for "missingorinvalidparameter".

2008 Mar 11
0
How to get a facebook session for desktop applications (or unit tests?)
...s far as I can ascertain, you should just be able to do this: require ''facebooker'' sess = Facebooker::Session.create sess.secure! Since secure! calls auth_token to get authentication token on its own if it hadn''t already. But instead this throws a Facebooker::Session::MissingOrInvalidParameter: => #<Facebooker::Session:0xb66756e0 @secret_key="829bbe2f0255043cc906b064a9239c07", @api_key="98519f7e0ed4e6e8ad01bfb2864c1e3c"> >> sess.secure! Facebooker::Session::MissingOrInvalidParameter: Invalid parameter from /home/wil/proj/3cgworkspace/mobtropoli...
2008 Jan 11
18
getting started
Hey all, Been reading through all the old posts (and the docs) to familiarize myself but I still feel a bit lost. I''m on trunk and am having a bit of a hard time knowing where to start with the particular I''m trying to solve. So far, I''ve downloaded backgroundrb, done the basic rails setup, created my worker and started it using `script/backgroundrb start`.