Displaying 2 results from an estimated 2 matches for "3cgworkspace".
2008 Mar 11
0
How to get a facebook session for desktop applications (or unit tests?)
...ssingOrInvalidParameter:
=> #<Facebooker::Session:0xb66756e0
@secret_key="829bbe2f0255043cc906b064a9239c07",
@api_key="98519f7e0ed4e6e8ad01bfb2864c1e3c">
>> sess.secure!
Facebooker::Session::MissingOrInvalidParameter: Invalid parameter
from /home/wil/proj/3cgworkspace/mobtropolis/vendor/plugins/facebooker/lib/facebooker/parser.rb:386:in
`process''
from /home/wil/proj/3cgworkspace/mobtropolis/vendor/plugins/facebooker/lib/facebooker/parser.rb:15:in
`parse''
from /home/wil/proj/3cgworkspace/mobtropolis/vendor/plugins/facebooker/lib/...
2007 May 26
0
New worker not being created
...Man.worker(key)
> worker.other_method
> worker.delete
> end
>
> When I point the browser to test_backgroundrb, I get:
>
> NoMethodError (undefined method `object'' for nil:NilClass):
> (drbunix:///tmp/backgroundrbunix_localhost_2000)
> /home/wil/proj/3cgworkspace/thoughtless/vendor/plugins/backgroundrb/server/lib/backgroundrb/middleman.rb:396:in
> `worker''
> etc. etc. etc.
>
> When I try to use the version from the trunk, it looks like worker returns
> nil if it doesn''t find anything, as discussed per April 2007''s p...