Skip to main content

All Questions

Tagged with
0 votes
0 answers
282 views

Facebook sdk, logout when site reloads

I am new to the Facebook javascript SDK. In the last hours i learned how to make a login with facebook on my webpage. function login() { FB.login(); } I also made a logout button. ...
hatemjapo's user avatar
  • 830
2 votes
1 answer
237 views

Can't logout with facebook button in-app in iPad

I have implemented the facebook login in an iOS app. In iPhone everything run fine, however in iPad sense it not show a uialertcontrolleractionsheet the logout option in not opened. It generates the ...
Jorge Costa's user avatar
2 votes
1 answer
933 views

Facebook login not logging in after log out Android

I am building an android application that uses the Facebook SDK. I am currently using the LoginManager to handle the login flow. I have already initialised the Facebook sdk in the Applications ...
timm_oh's user avatar
  • 417
2 votes
1 answer
1k views

How to log out of my facebook app but not facebook using javascript sdk?

I have searched for this and the answers were VERY unclear and outdated. So - I am using Facebook Javascript SDK to allow people to log in and out of my site. When they log out, I want them to be ...
Mikołaj Marciniak's user avatar
1 vote
2 answers
838 views

Logout user from facebook ios sdk from another page

I tried [[FBSDKLoginManager new] logOut]; and if ([FBSDKAccessToken currentAccessToken]) { [FBSDKAccessToken setCurrentAccessToken:nil]; [FBSDKProfile setCurrentProfile:nil]; } ...
objectiveCoder's user avatar
4 votes
1 answer
2k views

Android Facebook 4.0 Logout Programmatically

In my app, I allow users to login to and logout from Facebook programmatically. For login, I call: ArrayList<String> permissions = new ArrayList(); permissions.add("manage_pages"); permissions....
Luke's user avatar
  • 2,205
0 votes
0 answers
578 views

custom Facebook logout button not worked in IOS

I am new to IOS and I created a Facebook custom login and logout buttons for my app using Facebook SDK. Login button works as I expected, but when I clicked my logout button, it gives the login page ...
Pavitha's user avatar
  • 181
1 vote
2 answers
803 views

Facebook complete logout from android app that uses the Facebook SDK

I have a problem with the Facebook SDK for Android: basically I have an app X that uses the Facebook SDK to login (since I also have the "Facebook" app for Android installed on my smartphone, it uses ...
Enricosoft's user avatar
1 vote
1 answer
267 views

Logout from Facebook on Android

I am working on an Android Application. A part of this application is to login and logout from Facebook. Now, I am successfully able to login, but when it comes to logout there seems to be a problem. ...
G.K.'s user avatar
  • 33
1 vote
1 answer
2k views

Facebook PHP SDK - User still shows as logged in on web app even though logged out of Facebook

I'm working on a website for myself in order to provide coaching to people who are interested in joining fitness challenge groups. To do this, I've decided to use Facebook as my platform for group ...
jbush's user avatar
  • 11
2 votes
2 answers
16k views

PHP SDK - Facebook Logout

I am using the latest version of PHP SDK for Facebook (3.2.1) I was wondering, when logging out using the function provided in base_facebook.php from the sdk, if there was a way to stop it from ...
Blake's user avatar
  • 73
1 vote
0 answers
689 views

How do I detect Facebook login status in PHP after Javascript logout?

I'm calling the FB.logout() and FB.login() functions in the Javascript SDK. In each case, I'd like to call a PHP "sync" script via AJAX to keep my server status up-to-date. For example: FB.init({ ...
ScottyB's user avatar
  • 2,309
0 votes
1 answer
147 views

Logging out of facebook with server side sdk without revoking permissions

I am building a site in php which uses facebook login to grant access. When the user logs out I want to log them out of facebook as well as my app. I have looked everywhere to find out how to do this ...
Shane Murphy's user avatar
0 votes
2 answers
3k views

Facebook logout with PHP SDK?

This example is actually copied from Facebook. When I access the page the behavior is strange: The "login" first seems to work fine. Then it displays the 'Logout' link. But when I click it I get the ...
Free Bud's user avatar
  • 756
6 votes
2 answers
4k views

FB Logout with C# sdk

I'm logged in to my app using my FB credentials. In the end I do a logout and remove my session variables. I'm logged out from application, but the FB session remains open although I do a post to the ...
Biljanka's user avatar

15 30 50 per page