I have an action called ‘watched’ defined on an object ‘Movie’ (using the inbuilt object). The ‘Movie’ object requires a param called movie which is a required parameter. When I send a link to this movie as {movie:’http://www.movieurl.com’} it works good. But I wanna send a youtube video which gets embedded on the timeline.
When I use the object 'Video', embedding a youtube video works. But that would come in the feed as
‘John Doe watched a video __ on MyApp’
Embedded YouTube video here
Instead of that can I have:
‘John Doe watched a movie __ on MyApp’
Embedded YouTube video here
Thank you ..
No, you can’t change the name of the object type in the way you’re describing