Anyone knows the reason why facebook share dialog can ask for confirmation? It started to happen after moving from one domain to another (.com to .eu), but I'm not sure.
After clicking on send inside sharing popup I receive response from https://m.facebook.com/plugins/confirm/share/sentry with
{"payload":{"actions":[{"cmd":"replace","target":"confirm-button","html":"..."}]}
screenshot
Related
So i found that the 3 ways to send webviews on facebook messenger are:
All of those solutions implies to send either a Menu, a Card or a Chat extension where the user have to click.
What im looking for is that when the user interacts with my bot (at the moment he says "please send me the webview"), the chat without clicking some button redirects the user to a webview. In this way the conversational flow its not affected by pop-up screens.
Is there a way?
Thanks in advance
I want to allow people to log onto our website using their Facebook account. I noticed that when I click the login we added, the window opens displaying a detailed message and has a button which says Play Game.
On other sites I've seen a pretty simple window such as on CNet with a Cancel and Okay button on the bottom.
Did I setup something incorrectly on Facebook that is causing mine to be more complex?
I'm trying to create a page that requires visitors to 'Like' a Facebook Page before showing all the content.
The page with the like button is hosted on herokuapp.com but the URL to like is a Facebook page (ie. the host URL and the 'Like' URL are different).
I've successfully included a like button and I have subscribed to the edge.create event, and everything was working fine (I could write to console.log or run custom javascript) when clicking on the Like button.
However in the course of testing I've clicked Like/Unlike so many times that my site has now been flagged as potential clickjacking and the Like button now changes to 'Confirm' and asks the user to go through the Confirm dialog process.
I understand that I just need to accumulate more 'white' Likes and this dialog will go away eventually, but in the meantime it's causing me problems.
Basically, when I go through the 'Confirm' process in Google Chrome or on my iPhone, the 'Confirm' link never changes to 'Liked', the number of likes doesn't change and the edge.create event doesn't fire.
Has anyone else encountered this behaviour? I've read just about every post on Stack Overflow relating to either the Confirm process and edge.create but no one seems to have had this particular problem. I'd really appreciate any suggestions :)
I was able to resolve this problem by moving my app to be hosted my own domain instead of heroku, even though I was liking the same page. Not an ideal solution for everyone but it worked for me. In future I will create dummy apps and pages to test this process out.
I'd like people to receive a message in their inbox when they like my fanpage, and i'm wondering what's the best way to go about this?
I don't know if I can use the SDK to do it because there's no guarantee they will be viewing a canvas when they actually click the like button. They could be clicking the like button from the side bar, from a friend's page, from the official page wall, etc.
Other ideas?
This article describes how to capture a click on the Like button:
http://www.saschakimmel.com/2010/05/how-to-capture-clicks-on-the-facebook-like-button/
However, the only way to get someone's email address is by asking the user to authorize the email permission.
this might seem stupid or irrelevant but problem is:
I want to make aa button, which is going to share the url and title on facebook(and/or twitter) directly. I mean, without visiting the standard share window of facebook.
As another option, I thought about:
when you click on a share button, facebook and/or twitter share windows are opened. I want to include those windows in a single one. however when I use iframes, I face two empty borders. along with those two frames I would like to add a button, when clicked, the url will be shared on both fb and twitter.
are those possible or allowed? if so how may I do this. please help me I'm so stuck
You can't share without the window, unless the user have authorized your site to post to Facebook in his behalf. Check this post on how to do it