Questions tagged as 'facebook-graph-api'

0
answers

Facebook Authentication with Javascript

Hello, I have a problem while studying Facebook Login for JS. Testing the permissions, I went to my Facebook profile and removed the 'user_friends' permission. Upon entering the page again, it checks to see if I am logged in and checks the pe...
asked by 03.02.2016 / 14:43
1
answer

facebook namespace do not work in JSF?

I'm using personal jsf, I'm trying to make facebook recognize my meta tags: <html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:ui="http://java.sun.com/j...
asked by 28.01.2016 / 16:40
0
answers

Open Facebook in your browser

I've created a Facebook application that briefly, at some point, uploads a photo to the visitor's album, and then uses var janela = window.open({urldafoto}) to open that photo in the album. So far so good. I needed to know when this wi...
asked by 11.03.2016 / 13:25
0
answers

Find friends who have confirmed an event in graph_api

I've been researching for a while how to do this type of request without using FQL (since FQL is obsolete). The only method I actually found working is to get the list of people who are committed in the /{event-id}/attending event and the...
asked by 14.01.2016 / 14:34
0
answers

How to read sub page in graph API

I need to make an application using php and python , but at the moment, I'm understanding how graph API works. Using the system I saw that graph API stops on the next page and does not show the other friends. How do...
asked by 20.11.2015 / 20:32
0
answers

Change Facebook cover periodically [closed]

I need to create a "Health Campaigns" app for Facebook. This app would have to change the cover of all users who have added this app, every month, that is, have one campaign per month. I thought of doing this: Take the Facebook user ID when a...
asked by 03.01.2016 / 21:50
0
answers

How to use different images for timeline and comments?

I would like to know if there is a possibility of using different images in the open graph.     
asked by 21.09.2015 / 02:13
0
answers

Why does the facebook photo album return an empty array?

I'm using the Facebook SDK with Laravel 4. I need to return the images of some of the user who logs in via Facebook. When I use the user, who is the admin of the APP on Facebook, the images and the albums are returned normally. However, wh...
asked by 23.07.2015 / 22:26
0
answers

Synchronize facebook photo album on site

In a web site project a client asked me if it is possible for him to register his photos on facebook and they are updated / synchronized on his website, because as they work with events, it would be much more practical for them. Has anyone do...
asked by 07.05.2015 / 19:41
0
answers

Facebook Graph API does not return all users

I'm using Facebook Graph API to return users who enjoyed a particular Post. In both the Facebook page and the query summary I get a number of users, but in the array I have fewer users. The post below, for example, had 27 tanned, but in the arra...
asked by 09.04.2015 / 01:47