1

I want to do a facebook integration in my Android Application. So for that once I click on the Facebook Login, it will ask me to enter my Username and Password of the Facebook. And it works completely.

But I want to do like this: once I click on the Facebook icon and after input my username and password, it will redirect me to the Facebook News Feed Page and once I back to my application, and again pressing the Facebook Login button,it will not ask me my username and Password?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
user1221162
  • 71
  • 1
  • 1
  • 6

2 Answers2

1

Just in case you haven't figured it out yet or someone else ends up in this StackOverflow question, I've made a sample code that properly performs a request to Facebook's Graph API and displays the user's Newsfeed (it even does Pull-to-Refresh) using a custom Adapter and the ViewHolder Pattern. Link can be found here.

dinesharjani
  • 545
  • 6
  • 14
1

Heres perfect tutorial for Facebook integration

Have you tried doing this using WebView or Facebook API? I found FB API pretty good.

Ruuhkis
  • 1,924
  • 1
  • 27
  • 46
  • yeah..but i m not able to understand all the things.. can u plz provide me the source code of sample application??? so i can go through and test it in my appliacation... – user1221162 Mar 09 '12 at 06:57
  • There is source of complete application available on that page. I would provide mines but not at home ATM. – Ruuhkis Mar 09 '12 at 11:06