You are here

function fb_graph_perm in Drupal for Facebook 6.3

File

./fb_graph.module, line 27
Open Graph Helpers

Code

function fb_graph_perm() {
  return array(
    FB_GRAPH_PERM_PUBLISH,
    FB_GRAPH_PERM_DELETE_OWN,
  );
}