nsanta / fbgraph

Facebook Open Graph API in Ruby
MIT License
324 stars 40 forks source link

Add app_secret param to parse_signed_request call #52

Closed potomak closed 13 years ago

potomak commented 13 years ago

Trying to run the example code for canvas apps I run into this error:

ArgumentError - wrong number of arguments (1 for 2)

because parse_signed_request needs 2 params (see https://github.com/nsanta/fbgraph/blob/master/lib/fbgraph/canvas.rb#L6)