Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to make a facebook application. Something like 'Gift your friends' and after some user action on it, 'check your gift' or something like that must be posted to that person's friends wall. How to do it? i saw many applications do it

share|improve this question

1 Answer

Yes, it is possible to do that, however you don't want to use fbml for that at all since it is deprecated.

  1. Become an app developer. See: http://developers.facebook.com
  2. Read thru the examples and other documentation at. http://developers.facebook.com/docs
  3. Set up an app at: https://developers.facebook.com/apps
  4. Get your feet wet by coding up some of the examples
  5. Then get to work on your project's requirements and code up the solution.
  6. Happy coding.
share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 '12 at 21:53

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.