Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Graph Search - How to post custom actions so Facebook users will find them via new Graph Search

I am developing an Open Graph Facebook application that is still in sandbox mode. My test users that are my friends have posted a fair amount of actions via the application and I do see them on the graph when querying it using https://graph.facebook.com/me/friends?fields=<namespace>:<action>. My purpose is to make these custom actions and the objects they related to visible via the new Facebook Graph Search.

I do not find a way via the new Graph Search to view these same actions or objects. Do you have an idea what should be the search text or what I should do within my application to make them visible?

like image 835
Philippe Cohen Avatar asked Nov 25 '22 00:11

Philippe Cohen


1 Answers

I was investigating the same recently. My final result was that the available actions / verbs available via the regular graphsearch interface are restricted to what facebook provides. I found no way to get my custom actions / verbs to show up.

like image 73
Th 00 mÄ s Avatar answered Nov 26 '22 14:11

Th 00 mÄ s