What is the best framework for developing facebook applications? [closed] - facebook

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I saw some frameworks and wanted to know which one is the best.
Raw PHP, .net, Java...? Another?

I would answer this question with another question:
Which is the language or framework
you are more comfortable with?
But if that does not answer your question, and you prefer to try some other language/framework to develop Facebook apps, I believe the best you can do is take a look at the Facebook developer site and check which SDK they offer.

You're going to get a lot of different answers here. Depending on what people prefer to use, they'll say it's the best.As long as you can get what you want done, go with what you know.

Related

Best practices for a widget API in Objective-C [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am currently making an app that allows third-party developers to create widgets for it using the API. Right now, I ship a library with the application containing a class that developers must create a subclass of. They must package their program in an NSBundle for my app to load.
Have you guys ever created an Objective-c APIs? If so, do you have tips to tell me?
Thanks
If your goal is to provide documentation for your API I would suggest you to use doxygen. Here you'll find an interesting tutorial on how to document with doxygen.
I would also recommend you reading API Design by Matt Gemmell. It's a good reference on what a developer could expect from a well designed API.

How to port a website into a mobile version of it? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is it possible to port a certain full-blown website into its mobile version? If yes, how to do so?
The question seems to be a bit vague, but I would also like to get a vague idea as to how it can be done. The scalability issues and all.
There are commercial services available which will make creating mobile version of your site fairly simple, if not even a trivial task. For example check out http://mobify.me/
Some recent articles on this subject I found to be useful:
http://www.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/
http://www.alistapart.com/articles/responsive-web-design/
http://csswizardry.com/2011/01/forget-responsive-web-design/
I hope this will help in finding a good method to create mobile content.

How to keep up to date with Facebook APIs? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Somehow I have the feeling that I am not the only one scratching my head with FB documentation. There seems to be quite a lot of overlapping features in APIs and I cannot tell whether something is going to be deprecated or not.
How can I find the current best practices? And any recommendations of FB technology blogs etc?
FB dev blog? http://developers.facebook.com/blog/
They are pretty up-to-date and talk about recent changes to Facebook APIs..
Just found this:
http://developers.facebook.com/roadmap

Good practices for building web application that can later have and mobile(Android/iPhone) version [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
can you advice me a book or something else containing good practices about how to build/structure a web application in a way that will be easy to extend it with an Android/iPhone version later.
I am currently trying to get into Django so it will be nice if the practices are related to it, but every hint will be appreciated.
I would suggest just doing Model-View-Controller. If you put all your logic into your controller (which you should), going from a web based application to a mobile one is just writing a new view.

Beginner's guide to Facebook Apps [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can anybody point me to a good beginner's guide for making Facebook apps?
Have you tried facebook developer articles?
The facebook developer forum is a good place to start as well.
I brought the book, Facebook Application Development for Dummies. I am in the initial stages but does look like it explains the basics really well.