Questions tagged as 'facebook-graph-api'

2
answers

JavaScript Encryption

On my site I use the Facebook API, via ACCESS_TOKEN . This 'key' of access to everything that the corresponding application can provide, that is, it is not feasible to leave it public. In view of this, I would like to know the best way to...
asked by 09.03.2014 / 18:36
1
answer

How to display Facebook Fan Page posts on a Site

I'd like to know what Api or Plugin should I use to make the latest posts from my FanPage on my site Actually I'm still researching to see if what I want to do is possible. What I intend to do is in an ordinary website, t...
asked by 26.06.2014 / 22:04
1
answer

How to get the phone number via facebook API

I'm implementing facebook login on my site and it seems that it's no longer possible to get the user's phone number, even with your authorization. link This post is from 2011. As I understand it, it is a functionality that existed and wa...
asked by 24.02.2014 / 19:09
1
answer

Capture user data from Facebook

I'm trying to collect with JAVASCRIPT / JQUERY some specific user data that is not part of my friends list. I would like to capture data as: likes , friends , posts and groups . I did some testing and saw no diff...
asked by 02.05.2014 / 19:45
1
answer

Return only albums with at least one photo

I'm currently doing the following FQL query to return all the logged-in user albums that have at least one photo (with the number of photos): SELECT object_id, name, photo_count FROM album WHERE owner = me() AND photo_count > 0 Unfortu...
asked by 19.09.2014 / 17:03
2
answers

How to check the number of users who accepted an event on facebook using the Graph API

I'm developing a website where it should show the number of people who have confirmed their presence at an existing facebook event. According to the Graph API documentation, so I can check this data I should use the following code: function ge...
asked by 25.07.2014 / 07:49
1
answer

Can I post to my own facebook using the API?

Can I make a post on my own facebook using the Face SDK? Can I read my feed with an SDK? the question is simple, I want to build my own interface to use my facebook profile the way I want.     
asked by 05.01.2015 / 14:13
1
answer

Filter JSON of Facebook Graph Api Feed

The JSON that the Graph API returns from a Feed of a page using the address "graph.facebook.com/ID / feed? access_token = _ACCESS_TOKEN_ "displays the full Feed , but I only wanted the posts made by the page itself. How do I filter?    ...
asked by 28.02.2014 / 05:10
2
answers

How to save facebook profile photo in the database?

I have a button that when I click, connects to facebook and displays the person's data in a registration form, in that form to a text field that returns the following: http://graph.facebook.com/'.$fb_id.'/picture?width=300 I would like...
asked by 06.04.2015 / 18:07
1
answer

Share and tanned facebook count in the wordpress loop

Next I'm trying to put just one share count I've had on Facebook in the loop of my theme. For this I found the following function and tried to modify it for my need. Follow the function: function ia_fb_count($url_post) { //Get the transie...
asked by 09.03.2015 / 14:46