How to implement Facebook Custom Tab with less than 2k likes - facebook

I saw in Facebooks Documentation that you can only create a custom Page tabs if a page has more than 2k likes, but why is it that I saw a facebook page that only has less than 700 likes but there's a Facebook Page Tab installed?
Here's their documentation: https://developers.facebook.com/docs/pages/tabs
Limitations
Only Pages with 2000 or more likes can create custom Page
tabs.
This is the FB Page: https://www.facebook.com/basketkingdvo/?ref=page_internal - that page was just recently created too. It was Last April 20, 2020.
Why does that have a Custom Page Tab called "See MENU and Order" ?
Added Info:
I saw this into the section of their docs:
/page/tabs — Creating custom tabs with POST operations will only be
available to Pages with 2000 or more fans, or pages managed by
whitelisted apps. Existing custom tabs will be unaffected.
My question is - How can I make my app whitelisted to a certain page?

Related

Test mode facebook page for custom tabs

I want to create a custom tab to a facebook page, so I can add an iframe and put a deployed web app inside it. But as the official docs say here: https://developers.facebook.com/docs/pages/tabs/
I cannot add custom tabs if my page has less than 2000 likes. Is there any way to have a test page so I can check this feature without having the restriction of 2k likes?

Creating a simple facebook page tab

What happend to the good old page tab?
How can I create a simple page tab and show some individual content from my website?
Even the original facebook docs seems to be not up to date: https://developers.facebook.com/docs/appsonfacebook/pagetabs
I already created an facebook app and managed to show my own content. But I have no idea how to move that "app" into my facebook page as a tab.
Can anybody help me getting started and create a simple page tab?
It's in the docs, see
https://developers.facebook.com/docs/graph-api/reference/page/tabs/#Creating
You have to do a POST /{page_id}/tabs with the outlined fields, as in the docs.

Facebook Like Button Discrepancy Between Application, Website and New Community Page

I have a live website currently (www).
About 4 months ago we launched a Facebook Application (FB APP) that introduced our product. At that time we created a "like" button that is connected to (www). There are currently 80 likes when I look at the app page.
Within the past month Facebook created, what I believe is called a "Community Page" (FBCP). I believe that this is just an interface that allows me to communicate with people who "like" my (www). Nobody else can see this page (Not a Fan Page). This pages says that I have 30 "likes" currently.
I have a checkout page on (www) that has a "like" counter that we generated based on (www). This counter about 3 weeks ago had about 110 "likes" on it. Recently the number has dropped to 80. It was about 110 and now 80.
My questions are...
Did something change with how Facebook looks at the community page vs the website (www) and separate the likes between each?
Is there a way to merge both groups together?
Is there a way for me to claim the Community page or convert to a Fan Page? FB says yes, but the documentation on doing this seems out of date and I can't get to links they document actually exist.
What distinguishes FBCP "likes" vs www "likes". Some of the people are in both???
The count on the like button is a combination of a number of actions including "liking" the page web page and "sharing" the webpage (e.g. via a copy and paste into Facebook.com or use of a share dialog. ( Ref: end of second paragraph https://developers.facebook.com/docs/reference/plugins/like/ )
The count on the Admin Page (or FBCP as you are calling it) is just a count of those who have clicked the like button only.
If you have everything linked by an app ID (e.g. domain claimed by app ID etc) then you may want to create a publicly visible "App Page" on Facebook.com via the "Create Facebook Page" button at the bottom of the advanced menu in the developer app: https://developers.facebook.com/apps/
If you need any more help it would be easiest if you supply the URL for the WWW and FBCP as well.

Like button not creating the Facebook Page on external URLs

Since around June 19th the pages I 'Like' in my site (which generate all the metadata automatically) are no longer creating the respective Facebook Page where one could 'Build Traffic' to the page, monitor likes, comments, etc. The previous pages do have the reference, but pages created and liked from then on are not!
Also, the pages are not showing on the Pages I Like section of www.facebook.com/pages . If I go there and change to the pages I have liked I see only the pages up until that day, and newer pages on other sites, but no longer the pages I liked on my own site! The weird thing is that if I navigate to the page itself, I can see myself as a 'liker' of the page.
Steps to Reproduce:
1. Go to a page inside my Web Page : http://rafaelpolit.com/inicio/index.php?sid=14&gim=240&ln=2
2. Like the Web Page
3. Go to your www.facebook.com/pages and navigate to Pages I like
4. The page does not show there.
Try accessing it via this link:
https://www.facebook.com/pages/OGTitle/OGObjectID

facebook application tabs & realtime update question

1.i see in the developer page app config a section named "Page Tabs" , what is it for?
2. anyone has example of facebook graph "Real-time Updates" in php?
"Page Tabs" are applications which appear under their own tab heading and can be added to fan pages. At present they can only be built using FBML, but are schedled to switch to an iframe implementation this quarter.
Further info - http://www.facebook.com/notes/pop-art-inc/the-state-of-facebook-tab-applications/442661413507