2

All Facebook SDKs for Android require an "application key", which I assume is the API key for a facebook application that must be created on Facebook. Since all I want is to post to my wall without dealing with Facebook applications, is there an SDK for Android that doesn't require these api keys?

Bobo
  • 21
  • 1
  • 3

2 Answers2

2

You'll need API key anyway. It's free and you can get it right now. It's not actually a problem. Android/Java -- Post simple text to Facebook wall?

Community
  • 1
  • 1
Fedor
  • 43,261
  • 10
  • 79
  • 89
0

You can use the Share Widget to post to Facebook wall without creating an application.

Nithesh Chandra
  • 1,840
  • 13
  • 12