You are here

function fb_connect_get_app in Drupal for Facebook 6.2

Same name and namespace in other branches
  1. 6.3 fb_connect.module \fb_connect_get_app()
  2. 7.3 fb_connect.module \fb_connect_get_app()

Helper function for other modules to know page is connected.

Note that this may return data on connect pages and in iframe apps (depending on how iframe is configured).

1 call to fb_connect_get_app()
fb_is_connect in ./fb.module
1 string reference to 'fb_connect_get_app'
fb_is_connect in ./fb.module

File

./fb_connect.module, line 204
Support for Facebook Connect features

Code

function fb_connect_get_app() {
  return _fb_connect_set_app();
}