Android :: Access Facebook Page Data Using Droid?
Oct 19, 2010
Is there any way to access a Facebook non-user page (ex: Musician, Product, etc) through an API through Android? I saw that there is a Facebook Android SDK but I haven't been able to figure out if this can be done.
View 1 Replies
Aug 5, 2010
I'm sure this isn't news to any of you veterans, but this is my first android device so please bare with me. I'm using the facebook app and have noticed that neither the app itself or the widget show the actual facebook live feed or provide a way to access it....
Of course my next thought was "well what if I just use the facebook page in a browser window". Turns out that's not as simple as I thought! Apparently facebook not only has a mobile page, it also has a "touch" page that it likes to route you to. Neither the mobile or the touch facebook pages have a way to access the live feed either....
View 2 Replies
View Related
Aug 27, 2010
I was trying to go to hotmail.com earlier because I like the to look at all my folders. Normally I'm setting on Background Data off due to being at my work and saving as much battery as possible. I've always been able to go to the webpage there. I just turned on Background Data again since I'll be home for the weekend and tried to go to the webpage and it showed a lock on the address bar and wouldn't load. Why would turning on Background Data not allow me to go to the page? Could it be something else?
View 1 Replies
View Related
Oct 16, 2010
Facebook app vs. facebook access from browser? For some reason, I think that accessing facebook from browser (I use dolphines) is much better than using the app...
View 6 Replies
View Related
Aug 7, 2010
How is everyone accessing facebook? What is the best way? I have too many FB widgets.
View 2 Replies
View Related
Sep 22, 2010
I can't access facebook through my phone, unless I navigate using the broswer, which is a pain.
When I try accessing my facebook through contacts, I get an error (phone -> menu -> people -> Updates and events == nothing for me to access). When I use my contact card (phone -> menu -> people -> my contact card -> facebook), the message "Sorry! The application HTC New (process com.htc.htcnew) has stopped unexpectedly. Please try again." I force close, and nothing ends up happening.
And yes, I did sync my phone and sync facebook. I don't want to do a hard factory reset.
View 6 Replies
View Related
Jun 20, 2010
How do I upload a video onto my Facebook page from my HTC incredible? I keep getting a upload disabled message
View 1 Replies
View Related
Jan 11, 2010
Is anyone else finding that their Facebook notifications page will NOT refresh?
Mine has been stuck since Jan 6 (only that page) and g I can just go to the website, it's downright annoying.
View 8 Replies
View Related
Aug 20, 2010
When I try to connect to my University's network , the my Galaxy S is able to connect JUST fine. However, when I open a browser it says the incoming certificate is not secure and then I have NO INTERNET on any page. It tries to redirect me to the login page for the network but fails to do so with a "communications error" and subsequent no internet access of any sort.
What the network is supposed to do is redirect me to the login page so that I can register the device to the network and login using my university account. My phone can't do that apparently and just sits connected to the network with NO INTERNET connectivity.
This is the university network and the instructions how to get on it for Android devices: [URL] .... I connect to it just fine but am UNABLE to get to that device registration/login page.
This is NOT just for my university. ANY public network which requires me to accept an "agreement" before it lets me have internet access, my phone KILLS ITSELF and CANNOT pull up the agreement page but instead tells me there is no internet. I'm SURE its a software problem or something with settings but can't figure out just what it is.
Just about the only networks I can connect to on Wi-Fi are home networks.
View 5 Replies
View Related
Aug 9, 2010
Dear Android geeks, I am new to android development, and i want to develop an app in which u can set some data and location in google map and at a later time we can retrieve it also. Please help me out with it I am not able to set data in maps.
View 20 Replies
View Related
Oct 3, 2009
I am aware that I can specify and set a home page within my browser, but how do I access it? I can't seem to see a 'home' button, etc
View 3 Replies
View Related
Sep 21, 2012
What I want is a shortcut to just to start Chrome in the 'bookmark' page. I don't want any of the bookmark widgets for the home screen - if you have more than a few bookmarks those become useless anyway.
View 1 Replies
View Related
May 6, 2010
Facebook Notifications Page Not Loading Quote...
View 2 Replies
View Related
Nov 10, 2009
I've noticed this happen 2 or 3 different times since Friday. For whatever reason the 3G icon disappears from the title bar but I still show 3-4 bars signal strength. At this time all data access is lost, no response from email, web, talk, etc. I've tried waiting it out but it doesn't seem to respond. During this time I've also tried cycling airplane mode, but that doesn't help. So I power the phone off and back on and it comes up with 3g data access again. Anyone seen this or know how to "wake up" 3g data access again once its gone?
View 3 Replies
View Related
May 18, 2010
Is anyone else having the same problem as me that when you go to add your Facebook account to your phone so your contacts can sync it takes you right back to the Add Account page? I have the Moment and just installed 2.1.
View 8 Replies
View Related
Jul 19, 2010
Instead of manually getting all these pics for people...can I just sync individual contacts to their facebook?
View 8 Replies
View Related
May 25, 2014
I've been looking everywhere so I decided to ask here.. Is there any way to get push notifications for just one chosen Facebook page about their updates (statuses, photos,..)? Something like twitter has build in in its official app.
View 1 Replies
View Related
Jul 2, 2010
I'm doing Major Project on my final year and I'm very new to Android plus I;m not good at codings. I need help with my login page. I've created something like a database connection java file which is this:
CODE:......................
I've already created a database for users using SQLite. The database name is Users and the table is called User. The records inside the table are Username, Password, LastName, FirstName. I've inserted one user's info into the database. The problem is I do not know whether my UserDB.java is correct.
And I've also created login.java. Hardcoded Login page:
CODE:........
So I want to know how I should apply the database connection on the login.java. Should I insert database connection something like db.Open();? I studied ASP.Net a few months back and I kind of forget most of what I've learnt.
So how should I open the database connection on login.java and how to check with database whether the user enters the right username and password?
Just incase you need my xml, here's the code:
CODE:......
I need to learn how to do it so that I can apply for other pages for example Register.java page.
View 1 Replies
View Related
Jan 11, 2010
I'd like to start an activity with some initial data (passed through Extras) that sets up a display page, while I simultaneously make a network call to get the rest of the data. I thought I'd pass this new data to the activity as a message to the activity's handler. Now, my question is: how can I make sure that the activity has finished drawing the page and is ready to show the message data? The data might come from the cache, so I'm worried the message may land in the handler before the page is ready to display it. Is there a way to synchronize the page draw and the message handling? E.g., is it possible to suspend the looper till the page is ready? What's the preferred way of doing what I'm trying to do?
View 3 Replies
View Related
Sep 2, 2010
I did a quick search and didn't see this tip, but I just accidentally discovered that if you hit the volume key up or down it will scroll the browser page up or down respectively....just thought i would throw that out there in case no one knew..
View 5 Replies
View Related
Aug 4, 2010
I have now been using the samsung galaxy for a week now and there is only one factor that is letting down the phone for me and thats the lagging. I have no complaints about the camera even though its without the flash, the internet speed is top notch and the innovative swype makes life so much easier. However what irritates me is the time it takes to access an app or returning to the home page. It must take 30 seconds or more before the screen is loaded which is annoying when you want to do something in a hurry. This also occurs when someone is ringing me and I'm trying to answer, the phone freezes for 10 seconds. I,ve only downloaded around 10 apps so surely that cannot be the problem. I've got a week left before I have to come to a decision whether or not to keep the phone or return it back to vodafone and would like some advice or reassurance about this problem. Also out of interest I would like to know if anyone has encountered the same problem on the iphone 4. The one area in which the galaxy beats the iphone 4 is the price considering what you get with both however it may be worth it to use a phone that dosent lag.
View 34 Replies
View Related
Jul 8, 2010
I'm doing Major Project on my final year and I'm very new to Android plus I;m not good at codings. I need help with my login page.
I've created something like a database connection java file which is this:
CODE:.......
I've already created a database for users using SQLite. The database name is Users and the table is called User. The records inside the table are Username, Password, LastName, FirstName. I've inserted one user's info into the database. The problem is I do not know whether my UserDB.java is correct.
And I've also created login.java. Hardcoded Login page:
CODE:.........
So I want to know how I should apply the database connection on the login.java. Should I insert database connection something like db.Open();? I studied ASP.Net a few months back and I kind of forget most of what I've learnt. So how should I open the database connection on login.java and how to check with database whether the user enters the right username and password?
View 1 Replies
View Related
Mar 18, 2010
When I open facebook app and click on "news feed" I am getting a message "an error has occured while fetching data"
View 14 Replies
View Related
Oct 4, 2010
I will enter a shitload of data on a web page, be it a forum or facebook or whatever. When I click send, reply, post or w.e it then goes to a page saying web page not available. Sometimes I'm able to click back & all of what I just typed is there but there are times when its not. When its not it can get annoying. It used to happen on my moment all the time & its just as frequent on my epic. Its not going to cause me to dump the epic, but I'm thinking maybe browser related ?
View 6 Replies
View Related
Jun 6, 2010
Is it possible to mount an external USB thumb drive to access its data from a file browser on the phone? I tried plugging one of my USB drives into a USB-to-microUSB adapter and plugging that into the phone, but it didn't mount anywhere.
View 10 Replies
View Related
Aug 19, 2010
Facebook rolled out a new places feature last night. Non-Iphone users are supposed to be able to use it through the touch.facebook.com site, but I am not seeing the Places tab when I navigate to that site. Is anyone else able to access this feature?
View 12 Replies
View Related
Dec 19, 2012
I cannot possibly be the only one with this problem I have wiped formatted and installed the latest ROM for my phone five times repeatedly each time I get finished installing and try to access the Facebook app I begin to get data drops if I use the phone for anything other than Facebook it works just fine I get data 24/7 with no drops but if I attempt to access Facebook through the app or to the login through any game it starts to erode away at my data. when I connect to Wi-Fi it is 100% functional.
I have tried this with the ROM with 100% stock ( with and without imosey kernel) and Facebook still causes data drops. A reboot fixes the issue until you open the Facebook app again. I no longer know what to do, I have narrowed it down to be the problem with the Facebook application but All of my games connect to through Facebook
Radios supposedly are not correct. I did nothing to change them, however it just out of no where started. Tahnks If you get this problem, drop back to an older radio, flash rom a couple times, then flash install new rom and flash back.
View 1 Replies
View Related
Jul 22, 2010
I have a Windows web server already set up with a website (unlimited application pools) and I want to be able to access a database on that server via the Android app I'm developing. How can I do this? Can someone point me to a tutorial or give code example of how this cross-platform (Android/Java to ASP.NET/C#) communication can be done? (I'm trying to create a leader board or global scoreboard for my Android game on my server.)
View 3 Replies
View Related
Oct 21, 2010
I juts want to know how can I access a certain data from my SD card. How can I browse SD card contents? For example, from my application, I want to open a pdf file from SD card, how am I going to do this? I tried to write this code but it doesn't seem to work.
Uri uri = Uri.parse("file:///sdcard/"); Intent intent = new Intent(Intent.ACTION_PICK, uri); startActivity(intent);
View 3 Replies
View Related
Jul 9, 2009
I have a problem using adb shell on my Google IO phone. I get shell access, I can type cd /data/data, but then when I type "ls" it says "opendir failed, Permission denied". Same when I type "sqlite3". I didn't think I'd need to root my phone, but what setting did I miss to get access to data on the phone?
View 3 Replies
View Related