Questions tagged as 'facebook-graph-api'

0
answers

pick up click numbers and views of a Facebook page using the Graph API

How can I get click numbers and views from a Facebook page using the Graph API? If anyone knows otherwise I accept suggestions.     
asked by 27.11.2017 / 15:23
1
answer

Get link from an image saved in bd

I'm developing an ASP.NET MVC project using C #. I have a page with a share button with facebook. The sharing button is already working, however I'm having problems because of the image tag, because it only accepts hyperlinks of images....
asked by 27.10.2017 / 13:00
1
answer

Improve image quality - Upload Facebook API

I'm creating a Facebook post with a photo with the following code: FB.api( '/me/photos', 'POST', {"url": imagem,"message": texto_publicaco}, function(response) { alert("Postagem criada"); } )...
asked by 06.10.2017 / 22:03
1
answer

How to access the contents of a curl-php request?

I'm developing a bot in php that takes the feed posts from a facebook page using curl via GET request. I want to extract certain information from the page to later put in content and display on a good site that part I unroll, but I do not know i...
asked by 15.09.2017 / 02:10
0
answers

Picking up the Date of publication by the facebook API

Good morning, I'm implementing Facebook's APi, but I need it to bring me in addition to the photo and the description of the publication, the date of publication (Day and Month). Someone already did or knows, who can help me how to do? Tha...
asked by 19.04.2017 / 14:13
1
answer

Get page information without being logged in to facebook, only by the token

I'm creating a posting system for facebook and it's all right, except for one thing. When I uncheck facebook for the system I'm doing, some functions do not work, however much I pass the user or page access token. I am using a Facebook SDK...
asked by 18.03.2017 / 19:23
0
answers

check-in with api facebook with php sdk

I would like to know if someone has already managed to implement facebook check-in on a php system. <?php header("Content-type: text/html; charset=UTF-8"); // datetimezone date_default_timezone_set('America/Sao_Paulo'); // habilita erros d...
asked by 16.02.2017 / 01:40
1
answer

Facebook API - Pulling posts with HashTag

I'm having to apply the facebook API on a site by pulling the posts on a page, I wonder if there's any way to pull only posts containing a HashTag, does the API allow this? HOW I'M PULLING In this case, it could be seen working through t...
asked by 02.02.2017 / 20:24
1
answer

How do I get posts from a facebook page (not added by me) using graph-api?

I need to collect the posts from Facebook pages that are not managed by me. Anyone have any suggestions on how to do this? Is it possible to use the Graph API Explorer?     
asked by 29.11.2016 / 17:54
1
answer

Author name in meta property

Opa, I need to add the name of an author of the article, just like this image: Mycodesare:<metaxmlns="" property="og:url" content="http://www.meusite.com.br/noticia/19/l-wander/emprego/testando-noticia"> <link rel="canonical" hre...
asked by 21.09.2016 / 15:22