English 中文(简体)
是否与Heroku有运输风险?
原标题:Is there a portability risk with Heroku?

I am trying to develop a simple Facebook web application, and I am fairly new to both FB app development and to web application development in general. I had been looking for a way to quickly start and learn, and I came across Heroku. It seems like a good platform for me to learn the ropes of Facebook application development, but my fear is that if I get to a point where I want my app to continue growing, or if I want to start doing more advanced things with it, then I would have to move to something like Amazon s Web services to make it economical right? In that case, would such a move be terribly difficult to make? In other words, if I start to learn Facebook App development on Heroku, will I become tied to the platform and unable to build/run a Facebook app on any other platform? Or do you think Heroku is a good way for a beginner like me to start learning with the option of moving my app elsewhere once I get proficient enough?

最佳回答

I am fairly new to both FB app development and to web application development in general.

那么,你就不必担心坐在一个平台上。 您最后的平台是你遇到的各种障碍,以及你具体应用的经验的推论。

The Facebook API and all official SDKs are independent of the platform. Code is also never written just once, you will encounter refactoring. So, transferring your application is a part of the process, some transfer routes will be more difficult than others but you will learn along the way.

Heroku是罚款的,你将能够学习、博爱、团结指挥和网络发展。

因此,一个人学习Facebook开发就没有可转移的风险。

问题回答

暂无回答




相关问题
Facebook Connect login dialog not working

I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:...

Facebook App Profile Tab is Empty ... No Content Displayed?

I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the ...

Facebook Platform error: "Object cannot be liked"

I m working on a Facebook Application that generates wall posts. In testing these posts, I ve discovered that the Facebook Platform action of "liking" a post is failing. The specific error message ...

how to call showPermissionsDialog() in php (facebook api)?

I was reading over the documentation yet I could not figure out how to call Facebook.showPermissionsDialog() in php include_once ./facebook-platform/php/facebook.php ; $facebook = new Facebook(my ...

Facebook connect

If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that s already signed up to my site but he clicked the connect with facebook, is there a ...

热门标签