Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i've read throu the web afer beeing given advice to use the jbjs sdk to share a link on facebook with specified image, title, link ...

Maybe someone experienced can tell me how to do that or at least, where i can find something specificly on my sharing idea ... because i'm a newbe on the fbjs ...

Thx for any advice!

share|improve this question

1 Answer

up vote 1 down vote accepted

FBJS has been deprecated by Facebook. Look at the new javascript sdk: http://developers.facebook.com/docs/reference/javascript/

To share links you use the FB.ui method. http://developers.facebook.com/docs/reference/javascript/FB.ui/

Consider you need user input for this, it's just the way it works.

share|improve this answer
thx, does user input mean, that when before call the fb.ui the hole call stack has to be triggered bei a user event? Or is this a specific user input working with a fb button ??? – haemse Apr 11 '11 at 8:37
thank you very much ... i'll read through that! – haemse Apr 11 '11 at 8:38
User input means you open a dialog for the user and the user needs to click "Publish" or whatever the button says (I don't recall) – Elad Lachmi Apr 11 '11 at 8:46
ok but this is done by the fb javascript sdk isn't id? – haemse Apr 11 '11 at 9:26
Yes. My point was that you can't post automaticaly, without showing the user a dialog. Sorry if I wasn't clear. – Elad Lachmi Apr 11 '11 at 9:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.