nov / fb_graph

This gem doesn't support FB Graph API v2.0+. Please use fb_graph2 gem instead.
MIT License
1.04k stars 191 forks source link

fb:explicitly_shared usage #361

Closed naveda89 closed 10 years ago

naveda89 commented 10 years ago

Hi everyone!!

I'm trying to use the fb:explicitly_shared parameter seen on https://developers.facebook.com/docs/opengraph/using-actions/v2.0#explicitsharing It's very annoying because i didn't found any similar issue

This is the way im trying to pass the fb:explicitly_shared param

response = user.og_action!(
    app.og_action('my_custom_action'),
    post: url_to_object,
    'fb:explicitly_shared' => 'true'
)

Does anyone knows how to do this properly??

Thanks!!