to explain simply, my site let users to listen music from youtube (totally programmed using client side approach). What i need to implement is a spotify like function in ticker specially when the person is listening to a track.
I have defined Action: Catch Object: Music
What i would like to do is, A. publish this in ticker. Example:
ABC caught {Sample Music} on Mysite [Box with the link]
B. timeline in the activity block!!
is it possible to redirect the user to Mysite, rather than just to my FB app. Also when the user clicks on {sample music}, i would like to redirect it to a particular page .?? is it possible?
As of now, when I click on sample Music, I get redirected to a page a like this:
and actually i need to pass three variables to my site (or my redirected site), lets say Artist, track, videoID, any idea how to go about it.