caner köseren
unread,May 6, 2013, 4:23:08 AM5/6/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to res...@googlegroups.com
I created a story named test_story on Facebook with there properties :
Action Type : Login
Object Type : Site
I just want to publish this story when the user logs into the site.
My question is that: How do i use the below code piece to trigger the story? Because this publish method does not trigger the action.
FacebookType publishMessageResponse = facebookClient.publish("me/feed", FacebookType.class, Parameter.with("Action", "login"),Parameter.with("Object", "Site"));
Thanks