Questions tagged as 'facebook'

1
answer

Api facebook does not return date of birth

I'm using facebook's api to login and get some user data like first name, last name etc. function apilogin() { console.log('Welcome! Fetching your information.... '); FB.api('me/','GET',{fields:'first_name,last_name,email,birthday'}, functio...
asked by 17.12.2016 / 23:02
1
answer

Get specific login data via facebook

I'm looking to implement authentication via facebook . Where I want to get more public data. I already have the default authentication set up. But I need something more, because it just brings me the Email. I'm basing some answers o...
asked by 24.01.2017 / 14:18
1
answer

PhoneGap does not open external website!

I'm starting with PhoneGap, and I found a problem: my app would need to open a page on facebook. But I can not make the PhoneGap App open a simple page on Globo.com (example), but for Desktop I can usually! index.html : <!DOCTYPE html&g...
asked by 22.01.2017 / 05:56
1
answer

Doubt with API facebook

I have a blog and I want to create a button for liking / sharing blog posts on facebook. Put the option for the person to enjoy and share the post over the comments of the blog. Is it possible to do this?     
asked by 25.10.2016 / 12:12
1
answer

Share Facebook Content

To share content on Facebook I'm using the Facebook SDK API. Articles on the site will now have this sharing feature. I'm doing this: <meta property="og:url" content="{!! URL::to('/social/facebook-page/'.$resenha->id) !!}" /...
asked by 14.03.2016 / 15:02
2
answers

OG Facebook Goals - No accent recognition

Hello On my site, I put the Faceook og goals, so far so good, the problem is that the site title and the news contains accents and when sharing the fields with accents are not displayed. Here is the code used: <?php if (isset($n...
asked by 11.03.2016 / 14:13
1
answer

Facebook login on desktop applications

I would like to know if there is a Facebook API for desktop applications, so that I can integrate with it, login using facebook account etc. I made the registration and created my application in the site of facebook developers, then he asked me...
asked by 02.09.2015 / 21:35
1
answer

Treat JSON API query Facebook

I'm making requests for a user's posts to the Facebook API as in the code below. //faz requisição $postagens = file("https://graph.facebook.com/".$url."/posts?access_token=".$token); //imprime as postagens echo $postagens[0]; And I'm havi...
asked by 12.08.2015 / 14:59
1
answer

BigPipe would be applicable in this case?

I was reading about how great web-sites work and got to know BigPipe. What is BigPipe (kids) The Bigpipe was a feature created by facebook, what it does is make the page load time faster, page content is divided into parts called "Pagel...
asked by 11.10.2015 / 00:44
2
answers

Why graph API only returns to 25 groups?

I have the second code: // globals var blacklist = []; var appId = ''; function performPostLoginTasks() { show_notification('Authorization', 'You successfully logged in using Facebook. Now we can load your groups.'); $("#get_groups")....
asked by 01.08.2015 / 18:41