how to get url from which facebook page chat box starts? - facebook

We are using facebook messenger chat box from fb page on our website.
Our website is ecommerce store, but when customer start a chat and asking about product we don't see the url where is he on the site.
We try to look everywhere in the facebook page messages but we don't see this info anywhere.
Is there a way how to get it?
Thank you a lot for any advice.

Related

React native app link business page to facebook messenger

Im trying to open facebook messenger from react native app using Linking to business page.
I succeed to do that for user
Linking.openURL(`fb-messenger://user/1000XXXXXXXXX`)
but for business page such this page
I tried this way
Linking.openURL(`fb-messenger://user//sport24live`)
or
Linking.openURL(`fb-messenger://sport24live`)
and it's not working, not open anything.
Facebook has added m.me links which is a shortened URL that redirects to a person, page or a bot in messenger.
Therefore you can use it as
Linking.openURL(`http://m.me/sport24live`)
Check out more in the docs here

Can Facebook's Unity plugin be used to post to a product page?

I'd like to add Facebook sharing to a Unity app. The basic idea is to:
Create a Facebook page for the app.
Enable the users of the app to post screenshots from inside the app onto the apps facebook page.
The idea behind it is to have access to all posted screenshots by collecting them on the apps facebook page. Can this be done using Facebooks Unity plugin?
If yes:
Does the user first need to "befriend" (join) the apps Facebook page?
Does the app need to go through Facebooks review process?
If a user posts a screenhot to the apps page, is the screenshot then also visible on the users facebook feed or only on the apps facebook page?
Considering the nature of the questions it's obvious that I ain't a Facebook user. So your help is very appreciated.
Thank you.

How can a facebook bot send a message via messenger that the user can then share to their timeline?

I'm writing a facebook bot and want to enable the user to be able to post or share a URL, description and hashtag to their own wall, from within the messenger app.
Looking at messenger it appears as though the only native sharing options are to share to other messenger users or post an update to your day, not post to your facebook wall.
The only way I can think of doing this is having a standard FB share button hosted on the page I want them to share, but that would not be as fluid a user experience for the user, it would be lovely if there was a way within the messenger app that I could enable the user to share the URL with description and hashtag directly.
Is this possible? Thanks.

Can a FB App "via appName" link to our Fan Page? - What do you do?

I created a FB App to facilitate FB Connect authentication on my website.
Users can share content from my site to Facebook via the same FB app.
We also created a FB Fan Page to grow our community reach.
However a FB App is a separate entity than a Fan Page, whatever content is shared via our website to FB the App link sends the users to an empty App page while all the fuzz is in our Fan page.
I did an extensive research for this issue and only came up with this useful post here in stackoverflow: "Fan page vs Application Page".
Ideally i'd want the App link ("... via appName") on every shared item to point to our fan page.
I need to know if this is an issue that FB needs to address, if i am missing something and what do you do to solve this situation
Some apps are able to do this :
http://mediafeedia.com/pro/
http://www.postplanner.com/white-label-facebook-app/
I also would be interested to know how they do this.
I've checked all app settings...
No, the App attribution on posts made via the API returns the user to that app's profile page - you'd need to have information there directing them back to your brand page if that's where you want them to go after they end up there.
I think in most cases people would click the name of the page or one of the links in the post rather than that small link at the bottom, no?

Implementing comments and notifications using Facebook plugins

I have a reviews website where I want to integrate Facebook social plugins. I initially thought of integrating facebook comment plugin where users can write their reviews for the products I have listed on my site. But that seemed like laying waste to my own review functionality.
Here's the flow I came up with:
create a facebook app for the website
Users write a review and post it to their facebook profile
When some action happens on the review like when it is voted up or replied to, the user who posted the review to facebook gets notified via the facebook notification center
I fetch the likes, replies on facebook post and display them on my website on the review
Is it possible to implement this workflow? I basically want to send notifications to user from inside my website not from the facebook application I created.
This is possible using apprequests. One requirement for this to work is your website and facebook canvas app must be registered under the same 'app' (ie have the same appID) and be under the same base domain.