Questions tagged as 'facebook'

1
answer

AngularJS share on Facebook

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...
asked by 19.05.2017 / 15:58
1
answer

Facebook Login

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...
asked by 23.05.2016 / 02:53
1
answer

Login Facebook Javascript SDK does not work in IE 11?

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...
asked by 17.12.2015 / 23:14
1
answer

Links crossed out when sharing on Facebook

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...
asked by 03.04.2016 / 08:32
1
answer

Share div content on Facebook

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...
asked by 12.02.2016 / 21:29
3
answers

Share content with social networks through direct link

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...
asked by 03.02.2016 / 17:47
1
answer

Problem Sign in of Facebook with Android studio

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...
asked by 26.02.2016 / 21:18
1
answer

Cmbiar og: image with Javascript

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...
asked by 02.03.2017 / 09:58
0
answers

Facebook Api problems when it is executed from cell phone browser

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....
asked by 25.08.2017 / 17:27
2
answers

Problem with app_name texts in different languages

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?     
asked by 13.07.2017 / 09:54