I am using facebooks graph API to post actions to a users profile depending on what they do on my site (Login, Register, Watch a Video & Rate a video).
When a user rates a video, I currently have it say:
User rated *link_to_video* on *website/app_name*
I would like it to say:
User rated *link_to_video* 5 stars on *website/app_name*
Notice the 5 Stars in the above post.
Is this possible or am I wasting my time searching for an answer?