1

How can we integrate Facebook in android?

Josh Lee
  • 171,072
  • 38
  • 269
  • 275
Andy
  • 5,379
  • 7
  • 39
  • 53

4 Answers4

4

Don't integrate Facebook API from mobile.

Instead you should create your own web service and put somewhere on the web where you can update API changes more frequently than rolling out new mobile version of your app for each API changes. So the point here is that you keep API calls on the webserver where you can do immediate changes rather than pushing mobile updates through time consuming Markets approval.

Make that go (1) Android phone -> (2) your webserver file with Facebook API --> (3) Facebook Servers. You can find more examples working with Facebook API such as using PHP.

Pentium10
  • 204,586
  • 122
  • 423
  • 502
1

You're looking for the Facebook API.

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964
1

download fbconnect first.

check this.....

you have create a account in developer.facebook.com. after that you get a API Key.

you can add this project with your project

right click your project-> properties->Select Projects tab-> Add Project--> both fbconnect-android and fbconnect-sample.

thats it.

Community
  • 1
  • 1
Praveen
  • 90,477
  • 74
  • 177
  • 219
0

Use Social Libraries its very easy method to integrate FB, TWitter and Linked in. Am using the same and successfully able to integrate. check this: here

Formi
  • 31
  • 1
  • 1
  • 3