When calling the new Facebook Graph API, if we just provide the app_id
in the Javascript code, then how can Facebook know it is the real app calling? What if it is another app calling with that app_id
?
views:
17answers:
1
+1
A:
You set your site domain in app properties, if you try to call api from other domains it wouldn't work.
serg
2010-10-14 00:54:11
so you need to make sure it works with www1.site.com, www2.site.com, etc? (maybe it accepts a `site.com` domain and work with any subdomain?)
動靜能量
2010-10-14 02:25:07
@Jian yes it works with subdomains. If you go to app setting it is explained there under this field.
serg
2010-10-14 02:30:50