Questions tagged as 'facebook-graph-api'

0
answers

Facebook Graph API does not return photo comments

I'm developing an application that consumes the Facebook API Graph to use your photos and their comments. The entire process works perfectly, from logging in via Facebook and retrieving the access token until the photos are returned. But the pro...
asked by 24.08.2018 / 15:05
0
answers

Can I get chat messages from my own profile in the Graph API?

Hello, I'm developing an app to collect chat messages from my own profile and would like to know if it's possible to get these messages, I've already read the Graph API documentation ( link ) and some answers from some forums, but I still have no...
asked by 02.08.2018 / 14:24
0
answers

Facebook Graph API - different values for actions between Facebook and API

I'm using the Facebook API (Ads Insights) to return campaign actions. However the value returned by the API does not match any value shown in Facebook's own publication My JavaScript Request var d = new FormData(); d.append("access_token"...
asked by 31.07.2018 / 22:19
0
answers

Graph API - Retrieve FanPage evaluation

Someone else has already used the Graph API to retrieve / list the ratings for a Fan Page, I would like to use this list on a page with html / javascript off facebook. Facebook reviews     
asked by 17.07.2018 / 23:14
0
answers

Get timeline from my facebook page

I need to get my facebook posts and add them to my site, I managed to do it with pages without any problem, in this way. https://graph.facebook.com/v3.0/paginaaqui/posts?access_token=tokenaqui I have a code in javascript that gets my posts,...
asked by 10.06.2018 / 01:05
0
answers

Use Graph Facebook API for page management

I'm using the Facebook Graph API to pick up managerial information from a page and show it on my system, such as information such as tanned in a certain time period, pageviews, etc. But most of the examples I see on the internet are for manag...
asked by 28.05.2018 / 16:05
0
answers

Post with Facebook image via API

How do I post an image to Facebook via API? I got the 'link' attribute, but it looks like a clickable image and redirects to where the image is hosted. I used the host ' link ' and the 'message', 'access_token', 'link', 'method', and ' picture '...
asked by 29.05.2018 / 19:57
0
answers

Write to the database the Facebook API call

I need some help. I have this result below in the call of Facebook's Api campaigns. In the actions part, how do I write to the database only the part action_type: comment? { "data": [ { "adsets": { "data": [ {...
asked by 08.04.2018 / 04:29
0
answers

Share Facebook API

I have a responsive system, where I created a webview for android and ios with that system to use it as an application. Until then, okay. So I implemented a Facebook share button as Facebook documentation ( link ). I made the implementation by J...
asked by 21.03.2018 / 21:00
0
answers

Facebook Graph PHP API - The user has not authorized

I created an APP on facebook dev. My purpose is to create an app for me to post to groups about updates to my blog. I also did the backend part, basically copying the Facebook SDK PHP, only changed the requests I would ask the user - that's m...
asked by 10.03.2018 / 22:48