Copyright © 2011 Maas-Maarten Zeeman
Behaviours: zotonic_model.
Authors: Maas-Maarten Zeeman (mmzeeman@xs4all.nl).
do_graph_call/5 | Do a facebook graph call. |
is_useauth/1 | |
m_get/3 | Fetch the value for the key from a model source. |
search/3 | Return the search as used by z_search and the search model. |
do_graph_call(Method, Id, Connection, Args, Context) -> any()
Do a facebook graph call. See http://developers.facebook.com/docs/reference/api/ for more info
is_useauth(Context::z:context()) -> boolean()
m_get(Rest::list(), OptMsg::zotonic_model:opt_msg(), Context::z:context()) -> zotonic_model:return()
Fetch the value for the key from a model source
search(X1, OfffsetLimit, Context) -> any()
Return the search as used by z_search and the search model.
Generated by EDoc