Questions tagged as 'facebook'

1
answer

Automatic Facebook postings

I have a system where I use cURL to log in to a site. In this site I have a button to share facebook content, I want to do this automatically. That is, stop the work of the user entering the site, and share the content. How can I do this?...
asked by 23.03.2014 / 20:48
3
answers

How to get a photo of Facebook profile?

I'm having trouble downloading the profile photo. When I add this line, initializing the id: userIds2 = profile.getId(); Class public class MainFragment extends android.support.v4.app.Fragment { private Database databaseHelper; private A...
asked by 02.10.2015 / 20:59
1
answer

FacebookOperationCanceledException error in Facebook game sample SDK Friend Smash

I followed the Facebook tutorial SDK to implement the game Friend Smash . In Activity Home you have a button to view the Scores. However, clicking on it displays a connection error on the screen:    Please check your network connection - Fa...
asked by 31.01.2014 / 21:31
1
answer

How to retrieve Facebook friends list

Personal I need to return the facebook friends list using the facebook 4 for PHP API. I can login, get the account info but the list only comes the following result for me: Array ( [data] => Array ( ) [summary] => stdClass Objec...
asked by 15.01.2015 / 13:47
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
1
answer

Why does Facebook's XHR requests have this code?

I was analyzing Facebook's XHR requests for study purposes and I came across a code that I found to be curious. Inthelinksimilartothis4-edge-chat.facebook.com/pull,ithasthefollowingcode:for(;;);{"t":"fullReload","seq":3} Well! As far as I...
asked by 14.01.2015 / 12:44
1
answer

How to customize buttons for social networks?

I was wondering how do I customize buttons for sharing something on some social network. In the web there are already the default buttons but I wanted to customize them just by using CSS. I plan to do as these here: link     
asked by 30.06.2015 / 03:07
1
answer

Error 'use' (T_USE) when using autoload

I have the following folder and file structure: -api -v1 -libs -Slim -Facebook -autoload.php -index.php -login.php Inside the "index.php" I include the "login.php" include: require_once 'login.php'; In the "login....
asked by 17.02.2015 / 19:54
2
answers

What is the best way to represent a login table with two types of Facebook and Conventional authentication?

I have an Android app and I have a standard login activity. Currently I want to add login with social networks. What is the best way to store this type of distinct logins in tables. I create a single table or partition them.     
asked by 24.11.2014 / 01:08
1
answer

Other account information with facebook authentication

I am implementing facebook authentication and wanted to, when entering the application with the account data, also save full name, photo, among other data. Searching, I got the following code: facebookOptions.Events = new Microsoft.AspNet...
asked by 20.11.2017 / 23:56