-1

I am completely new to Facebook API, got it set up in my project and running but I have absolutely zero clue how to post on the wall to the Facebook account?

I read about Open Graph API but that seems to be only for browsers?

What I need for that I don't have any clue.

I heard about Facebook SDK but don't know how to use that.

Any help would be appreciated.

Kara
  • 6,115
  • 16
  • 50
  • 57
Nirav Dabhi
  • 341
  • 1
  • 7
  • 29
  • possible duplicate of [How to post message on facebook wall using Facebook android SDK integrate android app](http://stackoverflow.com/questions/4883063/how-to-post-message-on-facebook-wall-using-facebook-android-sdk-integrate-androi) – 2Dee Feb 17 '14 at 09:43
  • http://stackoverflow.com/questions/19994003/facebook-native-login-using-simple-java-class-in-android – Kamlesh Arya Feb 17 '14 at 09:45
  • But my ques is that, Is there any need to use any build library resources? if yes then what is that resources? – Nirav Dabhi Feb 17 '14 at 09:47
  • facebook developer section will help you in this regard https://developers.facebook.com/docs/android/getting-started/ – Kamlesh Arya Feb 17 '14 at 09:49
  • Yes I already had done this. But is there need to approved the specific API by Facebook team to use it in Android? – Nirav Dabhi Feb 17 '14 at 09:50
  • yes,you need to allow permissions in your facebook app for specific api's – Kamlesh Arya Feb 17 '14 at 09:58
  • yup thanks. How much time normally they takes for permissons? @Kamlesh Arya – Nirav Dabhi Feb 17 '14 at 09:59
  • its you that gonna set permissions..facebook will set permissions at the same time without any time limit..but i think your app from sandbox to live mode required some amount of time.probably 1,2hrs.not sure though – Kamlesh Arya Feb 17 '14 at 10:04
  • @kamlesh Arya yes but i had already sent my APP to the Facebook developers from 2 days but I hadn't got the reply from them. – Nirav Dabhi Feb 17 '14 at 10:06
  • let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/47650/discussion-between-nirav-dabhi-and-kamlesh-arya) – Nirav Dabhi Feb 17 '14 at 10:25

1 Answers1

2

Yes You will need

socialauth-4.4.rar

or

socialauth-android-3.1.rar

To use facebook and any other API. First you need to create API if need.

Luckyy Nickey
  • 493
  • 2
  • 5
  • 10