Whatsapp account menu is missing in the facebook business account - facebook

Please help me to solve the issue.
The issue is,
After creating a Facebook business account for WhatsApp business API service. I did not found/see the menu of WhatsApp account setting in this. How to enable this menu. Could you please advice?

I am facing this same issue but as per the documentation here, Facebook is releasing this feature gradually and is not currently available to all the users.
This feature is gradually rolling out and may not be available to you right now.

i know it is a very old post but still people searching for information about this question... it is very simple answer just change the category on your Facebook page.. Whatsapp button will show again

Related

How to open FB APP on phone to certain section of the app?

I am trying to send a link to the review section on the FB app so someone can leave a review for the business page.
This link opens the businesses app page but would like to structure it so it automatically opens the leave review section.
Any suggestions to ad something to the end of this URL to make this happen?
fb://profile/823389734392895/
http://screencast.com/t/1WLXnkGwTW3z
Much appreciated
Ps.. I would like to do this for Yelp also if possible
yelp:///biz/dc-auto-sales-inc-saint-louis
This is not supported. People have found ways to work around this, but it's not guaranteed to work and not officially supported.

How to add an app to Facebook business page (favorites)

I'm trying to add my Facebook app (iframe integration) to a Facebook business page. But can't figure out the rifht way to do it, because Business accounts can use apps. Looked through all Facebook Docs&Help and found nothing. (
Will be grateful for any clue.
Thanks
You just need to configure the Pages Tab options (last one on the Apps Basic Settings page). Check out https://developers.facebook.com/docs/appsonfacebook/pagetabs/ for instructions. Let me know if that was what you're looking for :)

How to permanently delete my Facebook application

I have created a Facebook application that I don't want to use anymore. I deleted it from my developer account and from the related Facebook page more than a week ago but it still appears in the Facebook search engine.
I know similar questions have been posted, but I have no longer access to the admin of this application, meaning I can't change the user accessibility of the app.
How can I avoid this?
Sounds like a bug by Facebook. You might want to post a bug report here. A solution which might help next time: Switch on the sandbox mode, then delete the app.

Open graph action not aproved

I have app and blog which hase facebook based tutorials and news. When I try to make fb social reader app I'm getting this message. Can anyone help me with this?
I have completly diferent desing on my site. I'm using words like facebook,.. in news but i don't have anything other based on fb.
Your logo and site branding conflicts with Section 5.6 of the Facebook
Terms and Section I.8 of the Platform Policy
(https://developers.facebook.com/docs/guides/policy/policy_checklist/english/
). Please resubmit with a different graphic that reflects your own
branding and the ux of your site. Please make changes below and
resubmit for review.
The instructions you got seem pretty clear.
We don’t even know your site.
So how exactly do you think we can help you here …?
you have to submit Action to Facebook to be approved . goto facebook.com/developers select App then OpenGraph - Action click Submit ...

Suggestions on adding a comments section(not feedback) to my iPhone app?

My app is about sharing content and i want to give users the ability to share their comments about the content in the app... not a review or feedback to me but for sharing with other users.
I'm not sure on the exact word for it but I mean something like a talkback or a wallpost or a response like there is an option leave a comment here in stack overflow.
Anyway my question is if anyone knows of a way to do that?
I thought about using the Facebook graph api but never seen something like this before.
Thanks
UPDATE
found a great blog about disqus platform that shows how to add a comment section to an app using the disqus platform
thanks to superjessi for the idea..
You may want to look into the Disqus API. They're widely used for a commenting system and don't require users to make a new account, Disqus accounts work anywhere Disqus is used. I have seen other apps use it, and it seems to work beautifully.
What prevents you from storing those comments in your own database? Then you just have to design a standard UIView to enter the comments and show the comments in a WebView or an UIView.