Most voted "facebook" questions
Use this tag for questions about using the Facebook Apis.
Learn more…309 questions
Sort by count of
-
0
votes0
answers149
viewsError while trying to trigger Facebook Share on android SDK
I’m developing an android app where the person can login through Facebook. I am trying to develop the option "share" so that an application message can be posted on the user’s timeline, but I am…
-
0
votes1
answer1173
viewsHow to display Facebook comment count on Wordpress Admin posts page?
I know to display comments on the blog front just add <fb:comments-count href=<?php echo get_permalink(); ?>></fb:comments-count> anywhere in the theme. However, I need to display…
-
0
votes0
answers90
viewsFQL Looking for friends by undergraduate school
How could I locate new friends using FQL Query, using as a filter the name of the undergraduate school? Doesn’t work: select uid, name from user where education.school.name = "Universidade de São…
facebookasked 10 years, 3 months ago Araponga Brots 109 -
0
votes1
answer97
viewsRecover users from a particular locale with Facebook API
I would like to know how I can mount an HTTP request for the Facebook API, which brings me all users from a particular location. Example:https://graph.facebook.com/98423808305 returns the JSON to a…
-
0
votes1
answer250
viewsAction 'onlogin' - Facebook button plugin
I have an App on Facebook, and the home page has a button for if the user is not logged in to Facebook, do the same. This button is a plugin of Facebook itself. I have read all the documentation of…
-
0
votes1
answer925
viewsPost on fan page with facebook Graph api
I made a script in which automatically put on a fan page on facebook, the script works, but the post is only visible to the user who posted (who is the admin of the fan page), in the login I am…
-
0
votes2
answers525
viewsHow to place url dynamically to facebook comment boxes, specific to each page
Lí in a reply that in php we can do like this: <div class="fb-comments" data-href="<?php echo $url; ?>" data-width="687" data-numposts="7" data-colorscheme="light"></div> <?php…
-
0
votes1
answer80
viewsWill Facebook approve an Android app with facebook4j?
I decided to use the facebook4j library because it is easier for integration and even for development itself, in my opinion. My question is: facebook will accept an android app with facebook4j?…
-
0
votes1
answer229
viewsFacebook Plugin - Phonegap
I’m using a Phonegap plugin to log in with Facebook, it’s working perfectly, I can get the email and user id, now, I needed to put this data in a JSON for me to work with it via ajax. follows the…
-
0
votes1
answer135
viewsDB Nosql, when to use?
I work in a company that the data flow is not so great, however the amount of information that is already recorded in the bank are considerably large.... Yesterday in college we argued about the…
-
0
votes2
answers108
viewsComment area overlapping the footer of the site!
Hello, I have a comments area on my site that I made using the Facebook API. The problem is that when someone sends a comment, it overlaps the footer layout. I’ve tried using position: relative,…
-
0
votes1
answer337
viewsdebug.Keystore on Mac to generate hash
I need to generate the hash of my Mac to add on Facebook and be able to continue the application I’m developing, where you need to login. I’ve executed the command in several places but when I put…
-
0
votes1
answer655
viewsIs it possible to detect sharing on Facebook?
It is possible to obtain information that the user of my site has or has not shared a particular post from my Facebook page? Is there any callback in the API that runs when the user of my site…
-
0
votes1
answer395
viewsLink sharing on Facebook
I’m making a system for my course and I found a big problem in the part where I should share the site link directly on Facebook. I have the button on my site that opens the Facebook publishing…
-
0
votes1
answer732
viewsRedirect post login on facebook
Hello, would like to ask a question about the redirect of facebook post login. I made a Facebook application that the user can only see it when logged in and it will be in a tab. I installed the tab…
-
0
votes1
answer1167
viewsInstall Facebook SDK on Android Studio
I need to use the Facebook SDK in an app of mine, but I just can’t. The app has nothing, I just created a new one. It turns out that the instructions they pass on Developers Facebook are very vague.…
-
0
votes0
answers255
viewsLogin with facebook app android
I am creating an app that login with facebook, already downloaded the sdk facebook imported in ecplise, I created my project and now I need to import, so far so good I followed this tutorial…
-
0
votes1
answer445
viewsSet text in facebook API sharing
I have a script to share content on Facebook is working well just wanted to add a text that the system generates automatically by clicking the share button. Example: I wish where it says Diz algo…
-
0
votes1
answer63
viewsCustom Like Boot
Does anyone know if it is possible to customize the like button of facebook SDK? I need to use my image as the bottom of the button or make it a button. var likeControl:FBSDKLikeControl =…
-
0
votes1
answer278
viewsHow to view posts from a facebook page?
I want to view posts from a facebook fanpage in an app. I’ve been doing some research and some people helped me and told me to use the Facebook API. Pis well, I am using, but, as facebook does not…
-
0
votes0
answers172
viewsHow to post on facebook with java Restfb?
I’m trying to create an app JavaSE to make facebook posts, but do not know where to start, I was seeing examples, but only found on JSP. How do I login to get the Facebook token? I thought to open…
-
0
votes2
answers96
viewsIs it possible to go back to the old Facebook box?
It is possible to return to old Facebook Likebox? I need to go back because I need to increase the number of 'Friends faces'. If not possible, can you tell me if it is possible to increase this…
-
0
votes2
answers46
viewsProblem with facebook share plugin
I’m having a problem with the plugin share the facebook. When you click on share, notice (1st print) that the image does not appear, now if I have already loaded it in a new tab for example, it…
-
0
votes1
answer131
viewsFacebook SDK login Popup
I have a plugin login by facebook, I took this tutorial http://www.krizna.com/general/login-with-facebook-using-php/. so far so good, but I would like to put it to redirect to the same page on which…
-
0
votes1
answer200
viewsIntegrate fb into Ios Swift
Good afternoon people all good ? I wonder if by integrating fb sdk into my Ios Swift project I have access to his friends list ? And taking advantage of the question, would anyone have any tutorial…
-
0
votes1
answer1137
viewsHow to make post/likes requests/share profiles on facebook
I have to do a job where I have to create a code that captures friends/post/likes and shares a page on facebook and stores it in the database, but I have to do this with more than one page. I have…
-
0
votes0
answers52
viewsError when sharing android app by facebook sdk
I want to share the link of my android app by facebook using facebook sdk with a Sharebutton the facebook application starts but soon closes and launches the following error. I/ERROR:: Failed to get…
-
0
votes1
answer1859
viewsIntent to call FACEBOOK
The following is this shoot an Internet and the same call the Facebook app. I managed to send email Intent sendIntent = new Intent(Intent.ACTION_VIEW); sendIntent.setType("plain/text");…
-
0
votes0
answers54
viewsHow to insert comment on facebook by iOS Swift app? It’s not sharing on my own Timeline
I’m trying to insert a comment on a facebook page with my app, but I couldn’t find function for it in Swift for iOS. Note: It is not writing/posting on my Internet.
-
0
votes1
answer278
views -
0
votes1
answer485
viewsCheck Facebook button login on Android
Good evening, I’m new to programming, I’m starting now. My question is the following, I started studying the Facebook Login API, she is logging in normally and forwarding to the next Activity, so…
-
0
votes1
answer306
viewsMake Facebook token permanent
I made a configuration for Facebook protection and the API is active but when it is processed it gives the error. Graph returned an error User: (#200) The user hasn’t authorized the application to…
-
0
votes2
answers518
viewsComments with Facebook for different news on site
I’m developing a website that will have several different posts (like a blog, for example). I added the comment plugin with Facebook, so that users who access can comment. However, I am in the…
-
0
votes0
answers53
viewsfacebook video does not open on full screen
I copied the embed from a Facebook video to publish on my site, but when I click to enlarge full screen it increases the video screen, but inside the div of the page. The video does not zoom "over"…
-
0
votes1
answer29
viewsWordpress - Share the social network pulls wrong photo
When someone will share a news on my site (wordpress), it pulls the wrong image, you know why, or how to fix?
-
0
votes1
answer60
viewsHow do canvas toDataURL work on images on another server?
I have a Facebook app where I get a picture of the user’s profile. How to paste this image over another one by making a montage to be then shared on fb itself. The canvas toDataURL method does not…
-
0
votes1
answer114
viewsFacebook comment form replaces wordpress form
I want to put two comment platforms on my blog, facebook and the wordpress form itself, but when I put the code: <?php comment_form(); ?> The form is replaced by the facebook form alone and…
-
0
votes1
answer431
viewsHow to modify the image that appears on facebook when I put the link to my site?
Whenever I post the link of my site on facebook displays a default image that I used to use for this purpose. However I changed the image in the TAG below more than 6 days ago, but the old one still…
-
0
votes1
answer214
viewsPost on Facebook Fanpage with PHP
Good afternoon. I would like to take the following action: when someone registers a product on my site, I would like the same product to be registered on my site Fanpage facebook. I have created the…
-
0
votes1
answer20
viewsOptimized posts on Facebook Mobile
Does anyone know how to make these new posts optimized for Facebook Mobile? Example:…
-
0
votes0
answers265
viewsLogin button with facebook does not appear
I’m trying to call the facebook button on a page index.php, but the same does not appear on the page below the code: <?php session_start(); ?> <!DOCTYPE html> <html> <head>…
-
0
votes1
answer2202
viewsShare facebook button with dynamic link
Good morning, I’ve tried several scripts to make my dynamic link be shared with the custom facebook button. I can’t I’m trying this: <?php $linkFace =…
-
0
votes1
answer437
viewsConfirmation of sharing facebook with web API
I have a php code with a facebook button, when clicking the person shares the content, however, on my site has a counter (regressive), every time someone shares, takes 1 of the counter. The button…
-
0
votes1
answer703
viewsWith doing Facebook posts 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…
-
0
votes0
answers42
viewsShare button with share count
Hello, I would like to put on my website sharing buttons for facebook, twitter and google+. But I would like to use a custom look for the buttons, but as such, I don’t know how to apply the share…
-
0
votes3
answers1170
viewsHow do I share posts from my website on facebook?
So, guys, I know a lot of people have a hard time with this. I set pretty much the open Graph meta tags, but the problem is that I wanted the share button to share the specific url post. How do I do…
-
0
votes0
answers226
viewsHTML Js Share share content
I would like to know if there is any global solution to generate news sharing on a social media content portal. Or I have to insert a different meta tag for each social network on each page.…
-
0
votes0
answers35
viewsHow do I check if the user has already logged in once?
When the user presses the "login with facebook" button for the first time, the application asks for permission and returns the "Gave" dialog, however if I login and try to login again error appears,…
-
0
votes1
answer95
viewsError implementing Facebook login button
I’m trying to implement a custom Facebook login button. But the following mistake happens: C: mala_App mala_App mala_App app src main res layout activity_new_login.xml Error:(117) No Resource…
-
0
votes1
answer31
views