I'm trying to post a grooveshark url to facebook through facebook api but whenever i share, for example, http://grooveshark.com/#!/s/~/4C47F9 (through the api) i can't play it right there on facebook, i get redirected to the webpage with the music widget playing that music.
But if i copy-paste the above link to facebook i'm able to play the music right there on facebook.
What's wrong? I'm using the "url" field when posting.
Try it for yourselves.
I'm using the facebook api through an objective-c framework. the code is:
[variables setObject:@"hello there" forKey:@"message"];
[variables setObject:@"grooveshark.com/#!/s/~/4C47F9 " forKey:@"link"];
It works if you remove the #!:
use:
http://grooveshark.com/s/~/4C47F9
in steat of:
http://grooveshark.com/#!/s/~/4C47F9
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With