How to share an url or article on Facebook from a site routed with AngularJS?
It happens that Facebook does not recognize the meta tags og: ....
I have searched a lot but I can not find concrete answers.
Any ideas?
I tried the following:
I...
I have a code with which I make a login through Facebook, and it is as follows:
<script>
window.fbAsyncInit = function() {
FB.init({
appId : 'xxxxxxxxxxxxxxxx',
xfbml : true,
version : 'v...
I'm trying to integrate "authenticate" with the Facebook SDK JavaScript, it works in Firefox / Chrome / Safari but in Internet Explorer it stays in "stand by" already to give the application permission to access my information. Is there somethin...
I made a Facebook application that I linked to my site with the PHP SDK v5 on Facebook, with this application the user logs on to my site and I give him the option to publish on my site, while it is published on the site. site is shared in certa...
I would like to share the content of a div in Facebook, the div is within a cycle for of PHP, therefore various information is loaded in a table. What I would like to know is how to share the content of each of the div...
I need to know what is the correct format to share the web page by direct link.
I found the following format to share links on Facebook:
https://www.facebook.com/sharer/sharer.php?u=[ENLACE]
&picture=[URL DE LA IMAGEN]
&title=[TITUL...
I am trying to allow the sign in through Facebook Login but the problem is repeated again and again.
Once validated by Facebook the email and password and authorized to see the public information and the user's email, I return to my signin windo...
I have a page where, for reasons beyond my control, I do not have access to the HEAD (business issues).
The thing is that I currently have the load of og:image done by a JQuery call:
$('head').append('<meta property="og:image" con...
I made a login with facebook and it's perfect in the web browser but when I try to run it from my cell phone in chrome android it says there are problems with URL, which does not allow the URI entered.
In the web of pc this does not happen....
I have the need to find a solution to a problem with the app_name of my android project.
The idea is that I should be able to have app_name for both English and Spanish, but only allow me for one. Any way out?