How can I share grooveshark music letter on facebook with music widgets?

I am trying to post the grooveshark url to facebook via facebook api, but whenever I share, for example, http://grooveshark.com/#!/s/~/4C47F9 (via api), I cannot play it directly on facebook, I get redirected to the webpage using a music widget playing this music.
But if I copy the link to the above link to facebook, I can play the music right there on Facebook.
What's wrong? I use the url field when publishing. Try it for yourself.

I use facebook api through the objective-c framework. the code:

[variables setObject:@"hello there" forKey:@"message"]; 
[variables setObject:@"grooveshark.com/#!/s/~/4C47F9 " forKey:@"link"];
+5
source share
4

, #!:

:

http://grooveshark.com/s/~/4C47F9

:

http://grooveshark.com/#!/s/~/4C47F9
+3

meta facebook, grooveshark facebook:

<meta property="og:image" content="URL TO YOUR IMAGE" />
<meta property="og:video" content="https://grooveshark.com/facebookWidget.swf?songID=35018928" />
<meta property="og:video:width" content="200(FOR EXAMPLE)" />
<meta property="og:video:height" content="200(FOR EXAMPLE)" />
<meta property="og:video:type" content="application/x-shockwave-flash" />

URL- grooveshark ( facebookWidget.swf) grooveshark . 26 2013 !

, !

+1

, . , "Facebook GrooveShark" , , :

Grooveshark Facebook [...]. , Grooveshark, , .

Facebook Grooveshark, , Facebook Grooveshark .

0

you can use the tiny APi song http://tinysong.com/api , it provides a link to the grooveshark song that you can use with the facebook api

0
source

All Articles