Questions tagged as 'facebook'

2
answers

How to get (in object) Facebook data?

I'm creating a Feed (dynamic content list) with the contents of a Facebook group's wall. I know there are some features that Facebook itself provides, such as the Social Plugin - Like Box . After a few tests, I saw some difficulties handling...
asked by 27.02.2014 / 19:35
2
answers

How to avoid blocking by amount of access in Facebook Graph?

I have a routine for browsing the last 50 posts: FB.api('/me/friends?limit=10', function(response) { var friend_data = response.data; for(var i = 0; i < friend_data.length; i++) { FB.api({ method: 'fql.query',...
asked by 12.02.2014 / 14:55
3
answers

Menu as facebook

I want to create a menu like the one in the image (similar to facebook) below would anyone know how to develop? how should I look, example tutorials. Thanks!     
asked by 12.06.2014 / 15:14
1
answer

With making posts on Facebook with Python?

import facebook token = 'meu token' graph = facebook.GraphAPI(token) graph.put_object("me", "feed", message="Hello, World!") Friends, I'm using Ubuntu and Python 2.7 and 3.5.2 The following error occurs: "graph = facebook.GraphAPI...
asked by 26.02.2017 / 02:04
1
answer

How to post to a Facebook page using the PHP SDK (5.0)?

I'm developing an application to schedule hourly publications for my Facebook page, I'm already able to log in the user get user access Token ID and everything, I have the necessary permissions in the Facebook application, and I already have...
asked by 15.12.2016 / 16:36
1
answer

Problems with displaying my site on facebook

Good evening I have tags on my site for sharing on facebook <meta name='og:title' content='Desapego Games - Troca, Compra e Venda de Games'/> <meta name='og:url' content='http://desapegogames.com.br/' /> <meta name="description"...
asked by 14.01.2017 / 00:27
1
answer

How can I check if it's a facebook robot?

Is there any way, with PHP, to check if the server access is being done by a bot / facebook bot?     
asked by 14.01.2017 / 21:17
1
answer

List the most tanned posts

Using the Graph API Explorer with the call below: me?fields=posts{likes.summary(true).filter(stream)} I get my posts, who liked and a summary containing the total: { "posts": { "data": [{ "id": "xxxxxxxxxxxxxxxx...
asked by 01.08.2016 / 21:26
1
answer

Retrieve the larger facebook image by ID

I need to recover the image of Facebook profile, I already found a code, but the image comes small, does anyone know any code where I can recover it May? I can not use the facebook API, since the ID's, already registered in the client's datab...
asked by 20.09.2016 / 16:15
1
answer

Obligate to allow email in facebook api

Hello. I've been using facebook's api (http) for some time, but I detected a problem a few days ago ... There are people removing the email permission which later causes inconsistencies in the system. Is there a way to force you to see th...
asked by 12.10.2015 / 17:36