Questions tagged as 'facebook'

2
answers

PHP application does not log in to the facebook app by localhost

I'm developing a PHP application that returns the facebook user list of friends. Although I specified the domain and the site URL in the Facebbok app I created, I get the following message:    The URL you entered is not in the release list in...
asked by 13.01.2016 / 16:28
1
answer

Facebook Binding SDK 3.6 for Android

In my project with Xamarin, I need to use the binding of the Facebook SDK for Android in version 3.6. However, I could only find the binding of version 3.0 , which is out of date. Does anyone know where I can find the Facebook Binding SDK...
asked by 20.01.2014 / 18:19
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
2
answers

Login to facebook using custom button

In a project I'm doing, I have to log in through Facebook. I'm already getting that, however, I only get this for LoginButton of the Facebook SDK itself using these methods: private static final List<String> PERMISSIONS = Array...
asked by 15.04.2015 / 18:26
1
answer

Paste link posted on Facebook

Does anyone know how to get the link that was posted on Facebook via callback ? I want to know which link was generated when the user shared it, so I can validate it and even see if it actually made a share. Having this information I can...
asked by 23.11.2014 / 15:15
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

How to post to a facebook page using PHP

I would like to know how to make automatic postings on a particular facebook page using PHP. I consulted the documentation that facebook offers and besides being in English I also did not understand enough to assemble the script. I already have...
asked by 19.02.2015 / 02:12
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

Facebook login php Auth returning dialog / oauth? client_id in url

I am making my application for login on Facebook, however it returns with GET in url ?code=etc... Before it was working normally, I use Facebook's class . See: $facebook = new Facebook(array( 'appId' => APP_ID,...
asked by 23.02.2015 / 01:33
1
answer

Collect shared URL statistics on Facebook using Python

To collect statistics from a shared URL on Facebook in PHP, I'm making use of cURL to query the following URI: // URL para submeter $pageUrl = 'http://www.example.com/my-new-article-is-neat'; // URI a consultar $uri = 'https://graph.facebook....
asked by 09.04.2015 / 14:37