Published Facebook app up doesn't show up - facebook

I have published my Facebook app (related to messaging) and it was confirmed, however, users cannot find it in Facebook's search bar and in apps category. Is there anything I am missing? I tried to search for the solution in Facebook's documentations and etc, but did not succeed.
Thank You in advance.

Messenger bots/apps don't show up in the search, but the Facebook Page you linked your app to. For Messenger bots and businesses there's the Discover section in the Messenger app itself.

Related

How to share my own facebook application to my friends

I developed a simple FB messenger bot app, the app was reviewed and approved by Facebook, it is live and working as expected, replying to messages from my Page users.
Now, I want to share my app to my friends, so they can use it to their Pages. However, I can't find a way to share it, I can't find the link for my App. Any hint on how to share my App will be greatly appreciated.

Facebook Chat bot not working for public

I have a chat bot working fine for a single page.
My app is currently live and available to the public.
I generated page tokens using Facebook Login.
But I want to integrate same chat bot with other pages also.
I follow below guidelines to subscribe other page in my app.
https://developers.facebook.com/docs/graph-api/reference/page/subscribed_apps
But other pages are not hitting my webhook.
Screenshot of may app and messenger review are below.
Second image of messenger review
Please suggest me how i integrate my app for multiple pages.
Am I missing any step?
Thanks in Advance

Facebook isn't loading items shared by users on Facebook through Notifications on web

Basically, user Shares an item through the iOS app and can tag friends. When people comment, users are currently able to get to the Timeline story through Notifications if they are viewing it on their phone, but are NOT able to get to it via web. When clicking on the Notification on web, they are getting a “Sorry, this page isn’t available” page.
I think the link is being passed off. I'm not really sure what's going on and why users can see the Timeline story on the mobile app but not the web. Any help or insight is appreciated!

iPhone: Social media integration

I am developing iPhone app where I need to provide integration with different social media like FaceBook, Twitter, Google etc. I have seen couple of iPhone applications that allow people to login using their existing FB or Twitter accounts and allow to post comments, like/unlike, follow people etc. I want to implement something similar but not sure where to start with. Could anyone please suggest me right direction? Any documentation and sample code would be great help.
Thanks.
http://developers.facebook.com/ has just about all the info you might need.
Further also look in Apples library as it contains sample code and extensive information about most topics.
#AppleDeveloper, check out Socialize; this is exactly the problem we're working to solve: http://www.GetSocialize.com. Full feature list at http://go.GetSocialize.com/features
The problem with just putting Facebook into your app is that your download base of users aren't all friends on Facebook. So any sharing in the app using Facebook will only go out to that user's friends.
Socialize lets all users of the app see the social actions other users of the app take, in addition to allowing those social actions to be shared on Facebook (and soon Twitter & Google+ as well). Then we give you a reporting dashboard so you can see the effect of all the social actions on downloads & user engagement: http://go.GetSocialize.com/dashboard
Let me know if this is the type of thing you're looking for.
DROdio

Facebook "Like" on iPhone/iPad

Has anyone implemented facebook "Like" on iPhone/iPad?
I've done general Facebook Connect implementation before, but it appears they're phasing that out in favour of OAuth and the Graph API?
We're trying to give users the ability to "Like" items of content in the app. Each item of content has a corresponding URL for its representation on the website.
Will it be possible to implement this kind of functionality (without implementing anything on the server side)?
And is there a library that will let us do this easily?
Thanks
Facebook will release an Open Graph API/SDK for iPhone to replace Facebook Connect.
If still relevant, our company has build native "like" and "share this" buttons for both iPhone and Android and it works to both Facebook and Twitter. You can check it out here:
www.pinkelstar.com
We're coming out of Beta now. The libraries will be downloadable shortly.