Questions tagged as 'facebook'

1
answer

Facebook SDK login Popup

I have a login plugin for facebook, I got this link tutorial. so far so good, but I would like to put it to redirect to the same page where the login is requested, I've seen many sites do this with authentication popups. How can I add this pop...
asked by 27.08.2015 / 16:42
2
answers

Problem with facebook share plugin

I'm having a problem with the facebook share plugin. When I click on share, realize (1st print) that the image does not appear, now if I have already loaded it in a new tab for example, it appears (2nd print ). It seems that the image is on...
asked by 21.08.2015 / 16:09
0
answers

How to do facebook post with java RestFB?

I'm trying to create a JavaSE application to make facebook posts, but I do not know where to start, I was seeing examples, but I only found on JSP . How do I log in to get the Facebook token? I thought about opening an internal "...
asked by 11.07.2015 / 20:00
1
answer

Botao Like customized

Does anyone know if it is possible to customize like button of facebook SDK ? I need to use my image as the background of the button or make it a button. var likeControl:FBSDKLikeControl = FBSDKLikeControl() likeControl.ob...
asked by 05.06.2015 / 23:45
0
answers

Login with facebook app android

I'm creating an app that logs in with facebook, I downloaded the sdk from facebook I imported into the ecplise, I created my project and now I need to import it, so that's fine I followed this tutorial link I was able to point the sdk of...
asked by 02.06.2015 / 18:04
1
answer

Facebook post redirect

Hello, would like to ask a question about facebook post redirect. I made a facebook application that the user can only see it when it is logged in and it will be in a tab. I installed the tab using Static HTML: iframe tabs. When I enter the logg...
asked by 09.12.2014 / 15:06
0
answers

Error when trying to trigger Facebook Share in android SDK

I'm developing an android application where the person can log in via Facebook. I'm trying to develop the "share" option so that an application message can be posted on the user's timeline, but I'm encountering the following error: Session:...
asked by 07.07.2014 / 19:06
1
answer

How to display Facebook comments count on the Wordpress Admin posts page?

I know that to display comments in the blog frontend just add <fb:comments-count href=<?php echo get_permalink(); ?>></fb:comments-count> anywhere in the theme. However, I need to display the comment count within the...
asked by 09.07.2014 / 16:27
1
answer

Why is the Activity instantiated twice?

I'm implementing facebook's sdk to sign in to my app. I have two Activities that I call Login and Home. When I click the login button, login is done perfectly and Activity Home is instantiated as soon as the onSessionStateChange method is called...
asked by 02.02.2014 / 23:46
1
answer

Facebook 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 that data in a JSON so I could work with it via ajax. follow the code: HTML <div class="event...
asked by 06.08.2014 / 19:32