0
votes
0answers
41 views

publishing likes disabled

I have an app that works as a pool where pool users like other users' stuff. But when i make application and fill required fields as it says after 10 minutes of functionality my apps gets disabled and ...
-1
votes
1answer
205 views

what is standard restrictions for facebook comment box

i use facebook comment box moderation tool. Under the Settings menu, there is an option : Black Listed Words ->Standard Facebook Restrictions where can i find the all list to check some words? ...
1
vote
2answers
176 views

Location restricted Facebook apps - Possible to restrict view from page admins?

We have created a Facebook application that is restricted to US only, using the Graph API location restriction method (https://developers.facebook.com/blog/post/574/). This application has then been ...
0
votes
1answer
112 views

Multiple language using fb:restricted-to

I am trying to make a page in multiple languages, so that visitors will get it in their local language. I am using fb:restricted-to but when I am making a testpage, that should show content for my ...
0
votes
1answer
667 views

fql like count limit

Is there same restriction to use FQL to get likes count for some urls? SELECT url, normalized_url, share_count, like_count, comment_count, total_count, commentsbox_count, comments_fbid, click_count ...
2
votes
1answer
394 views

Limit access to FB application by age

I'm looking for a way to limit access to my html FB application to people above age limit (let say 16 years). I've found forum topic http://forum.developers.facebook.net/viewtopic.php?pid=123010 but ...