Questions tagged as 'facebook-graph-api'

0
answers

Facebook API - List of products for sale in a group

I looked in the documentation and did not find, so how do I get the list of products for sale in a Facebook group, those products that are posted in the "Sell an item" option? I saw these two links, would it be any of them, or is it otherwise...
asked by 07.06.2018 / 21:43
2
answers

Share text on Facebook

I'm trying to share the text from my web to Facebook, I'm using AddThis to create the social networking buttons. It gives me this: <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style addthis_32x32_style"&...
asked by 19.03.2014 / 19:03
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

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

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
1
answer

Is it possible to create a facebook event via the Graph API?

I tried to search in some places, but without success or the content is old. Here's the question: I'm developing an app and would like to know if it's possible to create a facebook event via the Graph API or the Android SDK?     
asked by 05.10.2017 / 22:41
1
answer

Graph facebook with comment counter does not work anymore

I created a function in PHP that added the number of comments made on facebook and wordpress to show in each post, but I think because of facebook plugin updates, the code no longer works. I've tried to create a new app on facebook to use the...
asked by 25.10.2016 / 05:03
1
answer

Sending photo with public privacy

Through the code below, I can send a photo to the user's photos that is logged in, and the photo is sent successfully. But the photo goes Friends . How do I submit with Public privacy? Bundle params = new Bundle(); /* make the API cal...
asked by 03.08.2015 / 23:09
0
answers

Facebook Webhooks for Pages

I configured an application to send Webhook Events to my API, as follows: AftersettingupWebhooksintheApplicationthisway(Inscribedname,email): MyAPIisonlyreceivingthefollowingcode: { "object":"page", "entry":[ { "id"...
asked by 16.01.2018 / 16:12
1
answer

The OpenGraph metag og: image does not take the specific image of the link

I have the following code snippet, but facebook is randomly picking up another image that is not part of the specific link for this, og:image as below. <meta property="og:type" content="website"> <meta property="og:title" conte...
asked by 05.05.2018 / 00:51