I'm mostly a .Net and JavaScript developer, and for those topics, I've picked from a large pool of blogs and tweets to follow for tutorials and tips. I haven't found anything comparable for Facebook api development. Can you make recommendations for good facebook api blogs and tweets for tutorials and tips?
Thanks in advance.
There is an open source .Net sdk called Facebook C# SDK.
The samples included are a good source for tips as well as some of the contributor's blogs here and here.
The documentation for the Javascript SDK is reasonable but I have found the Dev Wiki helpful.
Related
am a new to google web toolkit I want to study it deeply can anyone afford me some useful links or examples for this purpose?
I've watched some tutorials on you tube but am still not that much
thanks in advance..
The GWT page is a good starting point. Google groups, Google+ and gitter are good to keep up to date.
This page contains a lot of useful links.
https://gwt.zeef.com/awesomegwt
I am developing an GWT application on eclipse and I want to publish rss feeds in my application that can be viewed in my application's pages
On googling i found this tutorial but I think this tutorial is for html web pages.
I have no idea how to achieve this.
Any help is appreciated any samples or any tutorial
Since you are not able to google relevant links . Lets try together how to GOOGLE that for YOU. We will then walk you through search in Stackoverflow to find this - Building RSS with GWT on client side
Do you have any idea if there is available an official DeviantArt API or SDK for iPhone?
I am building an application and I would like to integrate a search through Deviant Art public feed.
Is this possible?
There is no official API or SDK for the iPhone. From reviewing their forums, it has been suggested many times, but so far has not been provided.
There's something called DiFi: http://www.botdom.com/documentation/DiFi that may be worth a try.
If that doesn't work, you could try interacting with the web site using a hidden UIWebView by using the – stringByEvaluatingJavaScriptFromString: method. I've used this in the past to interact with web sites that do not provide an API.
That's a wonderful idea, Andrei, but I don't think deviantart has any APIs available. However, what you want to do might not be impossible, you would just need to build your app to work with deviantart's website.
Is there any iPhone development community blogs where a user can create an account and start blogging to get more exposure?
There is iDevBlogADay where you can get added exposure for your blog posts, at least to fellow developers.
There's iPhone Dev SDK. It doesn't QUITE match what you asked for, however there is a forum where you can do "shameless advertising" and stuff like that
I am thinking about developing a fairly simple facebook application which i have modelled the database in access.
I have web space and mySQL databases available, but I was wondering if anyone could point me towards any guides for facebook development? I had a search a while back, but they all seemed rather out of date. Anyone know where I should start with this?
I don't want to really share exactly what my idea is, but its a rating system for a particular set of products.
I haven't done much PHP before, only edited my wordpress template, and I do know enough SQL I hope.
Use the following links to create and configure ur application on facebook:
http://www.facebook.com/developers/
and the following links will help u to integrate with facebook platform i have an application on facebook developer platform and the following links helped me to integrate and use facebook API:
http://wiki.developers.facebook.com/index.php/API
http://wiki.developers.facebook.com/index.php/C
http://devtacular.com/articles/bkonrad/how-to-use-the-facebook-developer-toolkit-20/
You might find some good resources to start with here : Good resources on Facebook programming
I would highly recommend you buy...
http://pragprog.com/titles/mmfacer/developing-facebook-platform-applications-with-rails
No need to go through a bunch of small tutorials when you can find out just about all you can do through this book. It seems to be lacking on building a facebook app with an iframe though.