Android : Change Login / Delete Facebook App From Phone?
Apr 15, 2010
I am not a Facebook user but my son logged in using my phone and now when I search contacts I get all of his Facebook contacts. Is there a way to change the login and/or delete the Facebook app from the phone?
View 1 Replies
Sep 11, 2013
I'm trying to implement Facebook login on Android, using the Facebook API. I've done everything the way Facebook Login Flow for Android says. My code is below.
[HIGH]public class FBSignIn extends Fragment {
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
final View v = super.onCreateView(inflater, container, savedInstanceState);
setTitle("Sign In");
reloadTemplate();
[Code] .......
View 1 Replies
View Related
Dec 7, 2009
I develop facebook application in android. i want to log in to facebook via HTTPClient , teh user give me username and password and then i connect to facebook.com/login. i want to make like this code http://stackoverflow.com/questions/1409220/facebook-getting-incorrect-signature-104-when-getting-session-key/1795229#1795229. but in android, i tried to do that but when i get the session, a XML contain invalid parameter returned
View 2 Replies
View Related
Jul 7, 2010
How can I implement Facebook login in android?
View 2 Replies
View Related
Nov 14, 2013
"an error occurred during sign in please try again later".
View 3 Replies
View Related
Nov 26, 2013
I've deleted Facebook but I've still got thousands of phone numbers of Facebook users. The strange thing is these numbers are NOT in my contacts, I click "phone" and all the Facebook numbers are there.
How do I delete them ? I've opened the case sensitive menu and options and none of them give me the option to delete. I've tried clearing data from all my Facebook apps.
View 2 Replies
View Related
Mar 30, 2013
I have recently installed Facebook Application for my Tablet PC. It is working on 2.2.2 Anroid version and Facebook app version is 2.3
When I enter my info it says that Login failed and that the operation timed out (after I hit the Login button, the error appears after cca. 15 seconds).
I am using pretty good Wi-Fi connection to connect my Tablet to the internet, so I don't think that it's up to my connection. I tried already with clearing data, uninstalling, rebooting and reinstalling, but it didn't work.
View 3 Replies
View Related
Sep 17, 2010
Did the latest update and ever since I cannot log Into Facebook whilst connected to mobile data. IF I try via WiFi it works fine. Even if I use the browser instead of the app it reports that I'm trying to connect with an ip address that's associated with 'abuse'.
View 3 Replies
View Related
Feb 27, 2014
I've been following the facebook login setup guide and i've set it all up with no compiler errors but when i try to run it, the app just crashes.Here's the main activity:
Code:
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;[code]....
i added the activity and the facebook appid to the manifest xml. This is my first experience with android programming (and facebook sdk
View 3 Replies
View Related
Mar 9, 2014
I rooted my galaxy note 3 a few months ago with kingo root on the stock ROM and while everything appears to work well..every time I try to login to any game i usually play with my Facebook it appears to load up the Facebook box but flashes and disappears.
View 1 Replies
View Related
Jul 22, 2010
I'm trying to connect my Hero (2.1) to Facebook, I can log in to the Facebook app (latest version) with no problems, but when I try and log into Facebook for HTC Sense (in settings->accounts) I get an error telling me that the service is currently unavailable. Several people posting online have fixed this issue by changing Facebook privacy settings; but as far as I can see my settings permit the application. I have removed FB for HTC Sense from the Facebook Applications page and when I attempt to login it reappears there with permissions allowed but the phone repeats the unavailable message. I have tried logging out of the Facebook app first but this makes no difference. I have just rooted my phone and installed VillainROM 12, but I don't think this issue directly relates to the rooting. Feel free to redirect me to the rooting subforum if I'm wrong.
View 49 Replies
View Related
Aug 17, 2010
Cannot log into Facebook at all. Yes, I have the correct e-mail and password. What's the secret to login from an android phone? I can't even get to 'visit our Help Center'. WTF? Tried thru the browser and then the Facebook app. Actually you get to the same login page.
View 12 Replies
View Related
Dec 9, 2009
Home screen>settings>social networks>facebook>log in>won't log in. It gives me a message saying "The service is currently unavailable. Do you want to try again? Yes or No". I've been 'trying again' since last night.
View 4 Replies
View Related
Aug 27, 2010
When I go to Settings -> Accounts & Sync -> Facebook, it required me to log in. I enter THE CORRECT information, and yet it pop up with a little error saying "Login failed. try again"
I'v tried this over 100 times I swear..I have tried turning Wifi on and off, Sync on and off, removed Facebook app, rebooting the phone, changing the password of my Facebook account and signing in on a desktop PC and deleting "Samsung Mobile" from Application Settings.. Unfortunatly no avail. I even tried setting up sync with brothers account. Same problem.
View 11 Replies
View Related
Dec 4, 2013
When I login to facebook app messenger shows me session expired.
When I login into messenger the main app logs me off.
So i cant have both apps logged in at once?
View 6 Replies
View Related
Dec 11, 2009
I received my wife's Eris last night and was setting it up for her. For some reason it wouldn't let me log into her facebook under the social network settings. She wanted to do this so she can see birthdays and have contacts connected with their fbook profiles. It would not let me log her in. It says that the service is currently unavailable. I can log her into the android facebook widget and the mobile site but not this. I started messing around with my Eris to see if I could figure out what is wrong. I logged myself out and now I am getting the same message. I have been using this setting since day one with no problems. My wife has the update and I do not yet. Has anyone else ran into this issue.
View 8 Replies
View Related
Jul 1, 2010
I managed to create the logic for the function but I have no idea how to match it with the database. I only know how to do it the hardcoding way.
Below is how I did it. I believe an sql statement should be inserted there am I right? And I know I missed out something. Before I match the username and password, I should check whether the user exist in the database first, and then check whether the password match with the username.
So in conclusion I need help on the 'if else' statement.
CODE:.........................
View 1 Replies
View Related
Aug 24, 2010
I've downloaded a few networking apps (games) that have you log in, then take you to a "home" type screen where you can change your settings, or start a new game, or view your buddies etc.My question is two-part:
1) how are these "multipanel" apps created? Is each panel its own activity? I've tried adding different panels through Views, but on the apps I described above, when I hit the back button on my phone, it takes me to the previous screen and in my apps, it just takes me out of the app when I hit back (again I'll I've done are add separate views). Can someone point me in the right direction of what I need to do to create a multipanel application that when I click a button, a new panel loads, then when I hit back on the phone, it takes me to the previous panel?
2) one of my panels will be a login page which I will post the log-in credentials via http post to my server for authentication. I would like to remember the log-in "token" that is passed back to the client so they don't have to log in every time they use my application. Again, referring to some of the apps that I have, they offer this feature but I can not locate anything on the phone where it would be saved. Is this done with xml usually?
View 2 Replies
View Related
Dec 14, 2009
I am trying to log in to Flickr but it does nothing... I have no connection issues, everything works fine. How can I even input or change login details for Flickr? Has anyone got a similar problem, or a solution please?
View 5 Replies
View Related
Aug 6, 2010
My husband's Droid was factory-reset by Verizon yesterday, and he lost all of his apps and also forgot his Google login for Marketplace. We set up a new account, but then realized that he can't get his apps back. I figured out his original login, but cannot figure out how to log him out so we can log him back in using his original account.
View 3 Replies
View Related
Jul 27, 2013
I am doing an an android application on student app. I have managed to make the buttons, however i need submitting the login details of a s creenshot where a user can login to their account. With listview in making a good one displaying list of students registered in an IT course. These are the codng that has been used so far, which have worked perfectly fine
mport android.app.Activity;
import android.os.Bundle;
import android.view.View; [code].....
View 1 Replies
View Related
Jun 28, 2012
im new to android programming ...here is my problem:
i need to create an android app(for user) that have a login function to login to computer to retrieve some data (eg get data from a excel file) by using WIFI. How do i do that?
e.g Login: newbi123
----After login-----
i will get the data on my login id(newbi123) from the computer to my android app and display:
e.g
Name: newbi123
Gender: F
Age: 20
etc...
View 1 Replies
View Related
Jul 23, 2010
How do you delete a contact in your address (phone list) that is a facebook contact? It wont show in the people contact but if you use the home tab (on phone) the list there shows the facbook person but not in people contact? I can delete normal contacts but not ones imported from facebook..
View 3 Replies
View Related
Jun 12, 2010
i have a eris how do u delete fb notification on fb it self where it says photos profile and notifications u can high light them but cant delete
View 1 Replies
View Related
Jun 15, 2010
How the hell do you delete the pre installed facebook app? i can't seem to get rid of it only can force stop it but its still there. I don't use it and want rid of it. Does anybody know.
View 1 Replies
View Related
Oct 3, 2010
Jealous girlfriend searches phone, deletes female contacts she doesn't like. They were facebook sync'd, and after adding one of these girls back, I can't sync her back with her facebook profile (it's not there o_O). Any way to "un-delete" the facebook contact and add her back to my contact list? (only deleted from the phone contact list, and not actual facebook, just to clarify)
View 3 Replies
View Related
Mar 23, 2009
I am unable to copy the files from the data folder of the Android Dev Phone 1. I used to do that on the Emulator. I need to back up the application data so that I can restore it.
View 10 Replies
View Related
Nov 17, 2010
I am newbie with flickr api on adroid. How to login flickr on my android program. - I have a account on flickr (username,password) - How to login it on android. - and then i can get photo. Who can share me sample code about it.
View 2 Replies
View Related
Jan 18, 2010
There are certain facebook friends that you could give a sh** about their senseless status updates and photo updates every five seconds. Right? Like friends girlfriends, chicks you hooked up with years ago, etc, that if you delete they will talk a bunch of trash about. So, my issue is: is there a way to have android ger updates from facebook and give notifications, but disable updating certain friends? or vice versa, choose a list of friends to update only. i have a Verizon Droid eris, stock 1.5 with Sense UI
View 7 Replies
View Related
May 4, 2010
Does anyone know how to delete Facebook from the Incredible? I tried through applications and it would not let me delete. I went to Astro files and it allowed me the option to delete but read that the deletion was not successful. Can't even delete the icon.
View 3 Replies
View Related