Sources and Tuts for Facebook FBML? [closed] - facebook

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
How to start building pages with Facebook FBML.
There is a good sources and tutorials?
Thanks

Simply DON'T!
Why would you bother learning an old technology?! Facebook is in the process of deprecating it:
We are in the process of deprecating
FBML. If you are building a new
application on Facebook.com, please
implement your application using HTML,
JavaScript and CSS. You can use our
JavaScript SDK and Social Plugins to
embedded many of the same social
features available in FBML. While
there is still functionality that we
have not ported over yet, we are no
longer adding new features to FBML.

Related

Facebook official icons [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm going to develop apps for iOS, Android and Windows Phone that will be connect with Facebook.
I'm searching http://developer.facebook.com but I haven't found official icons for login button, etc. Sometime ago I'm sure they were there, but now I can't find them.
Where I can get official facebook icons?
iOS SDK comes with a FBConnect.bundle but I don't know how to open that file and get its images to use them on the other platforms.
Facebook Brand Resources is the place to get official graphics and how you can use it.
You need to use either self-made/custom images or one of the Facebook logos from "Brand Permissions Center" Facebook Brand Assets.

Any objective-c open source can let me share content to a number of services? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am going to allow user to share content to their fav services, in my iphone app.
The services I want to integrate include:
twitter
facebook
linkedin
tumblr
evernote
instapaper
etc
Any "One ring to rule them all" open source that I can adopt for this?
I know ShareKit would be a good candidate, but I noticed that it stopped updating since Nov 2010, which is one year ago.
Any suggestions for new such kind of kit?
Thanks
Sharekit is still the best option, but you need to use this version: https://github.com/ShareKit/ShareKit
It is still actively being developed.

Mobile Website Development Resources [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I'm looking for some resources (online is good so I don't have to buy books, but books are ok) about mobile website development. I'm specifically targeting (in order) iPhone, Android, Blackberry. I'm proficient in HTML, and am getting into HTML5. I want to learn more about it in general, but specifically about using geolocation, detecting phone types, optimizing css, and a few other topics. Does anyone have suggestions on where to look?
Thanks!
There are a couple of good books from Apress that may be of interest:
Beginning Smartphone Web Development
Pro Smartphone Cross-Platform Development
iPhone Human Interface Guidelines for Web Applications -
http://developer.apple.com/library/safari/#documentation/internetweb/conceptual/iPhoneWebAppHIG/Introduction/Introduction.html

Mobile Application technologies information [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am new to mobile application technologies....
We are developing applications for iPhone/android/blackberry/windows mobile.
I need any PPTs of any PDF books that explain our team about
a General mobile application architecture, trends etc..
Do any one have any reference..
Please help me!
Thanks in advance!
For android, you can refer my this answer, here you get all the STUFFs regarding Android
https://stackoverflow.com/questions/3211193/how-to-learn-developing-android-applications/3211803#3211803
And yes, you may also refer this Website lists related to Android STUFFs...
https://stackoverflow.com/questions/3405695/importantuseful-websites-for-the-android-related-stuff
The answer of this question could be very big but below are few stackoverflow questions which a developer can always refer to start development on different mobile platform.
For iPhone - https://stackoverflow.com/questions/1939/how-to-articles-for-iphone-development-objective-c/3820926#3820926
For Blackberry - Blackberry User Interface Design - Customizable UI?
For Android - https://stackoverflow.com/questions/3405695/importantuseful-websites-for-the-android-related-stuff
Programming the mobile web » from oreilly is really good book.

Sending tweets from iPhone apps using Oauth [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Does anyone know of a good example utilizing the twitter API and Oauth authentication for iPhone SDK 2.2.1 or older?
Found an example, but it seems to utilize a 3.0 only framework at https://github.com/kimptoc/MGTwitterEngine-1.0.8-OAuth
This is the best solution I've found:
http://github.com/bengottlieb/Twitter-OAuth-iPhone
The Oauth.net website lists a couple of Objective-C implementations on their code page - http://oauth.net/code.