agorapulse / grails-facebook-sdk

Facebook SDK Grails Plugin
http://agorapulse.github.com/grails-facebook-sdk/guide
30 stars 13 forks source link

facebook:sendLink not working in version 0.12 #64

Closed confile closed 10 years ago

confile commented 10 years ago

I use this:

<facebook:sendLink
                                    description="description"
                                    link="http://www.google.de"
                                    name="Name"
                                    to="100034385955186">
                                    Send a link to a friend
                                </facebook:sendLink>

Which is bringing me:

nachricht_senden

This name, description and the image are not loaded.

Note: The share dialog is working fine on the other hand.

confile commented 10 years ago

@benorama any idea?

benorama commented 10 years ago

Sorry, I'm currently on holidays. This is probably linked to Facebook JS SDK. Have you tried to use directly Facebook JS SDK? http://developers.facebook.com/docs/reference/dialogs/send/

You might try to only set link (and no description).

confile commented 10 years ago

@benorama I haven't tried it directly but I will. Anyway you should check your plugin.

benorama commented 10 years ago

This is an open source project. If you find bugs, feel free to submit a pull request.

confile commented 10 years ago

@benorama I would but I am not that much into plugin building. Can you please fix this error?

confile commented 10 years ago

@benorama will you fix this bug in your plugin?

benorama commented 10 years ago

Sorry, but I won't be able to have a look into this before the end of the month. I'm currently working 100% on releasing the V3 of our product (based on Grails + AngularJS) and this is currently my top priority. The source code is really not very complex for the TagLib, so you can have a look on it to see if you can find the source of your issue. Thanks.

confile commented 10 years ago

@benorama did you find time to fix that issue?

benorama commented 10 years ago

I just tried your code in the facebook-sdk-demo project and it worked fine.

capture decran 2013-10-26 a 08 48 57