Facebook development [closed] - facebook

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I would lile to develop interactions with facebook. I see there are a lot of questions on the subject but I have no idea where to start. Could someone kindly point me to the right direction?
Thanks

I think the question is a reasonable one; much of the documentation is oriented to somebody who is already up to their eyeballs in Facebook integration.
The tutorials are not bad. E.g. if you have an iPad/iPhone and a web server, start with http://developers.facebook.com/docs/guides/mobile/web/ and go slowly through it. Even there you will find that it isn't newbie-friendly, but if you can successfully get a few examples going it may get your confidence up, and you can try to navigate something more complex.

Lots of great resources here including a getting started section. Good luck!

Related

How to integrate tumblr? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am trying to integrate tumblr into my iphone application. went through number of document and git project none of them are helpful even tumblr documentation is not explaining clearly .please give me some reference so that i can figure it out, How to integrate tumble in iphone application
I went through this git project, even after providing right credentials not able to login might be framework is outdated,
I'm unable to figure out how to integrate tumble in iphone application.
Please help me.

OCR like Auto Cheat application [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am intending to write a simple OCR engine for iPhone like "Auto Cheat" application which scans game board of "words with friends". How should I go about doing it? Are there any source codes available for me to use and alter it according to my need? I am a newbie to this OCR thingy. Pls help.
Thanks
You need to check out OpenCV for iPhone. This question: Tutorial for iPhone OpenCV on shape recognising, has some links that will help you out. Keep in mind if you have never worked with OpenCV before this is not a easy project to start with. Good Luck!

Disable ipad fully [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Can we disable the ipad fully? I have heard that its not possible. I have searched for it and it shows that the above cannot be done and if its done then the app will be rejected. But still for an accurate answer i'm posting this. Can any one provide me with the correct response?
No, you cannot do this without rooting the iPad (thereby invalidating its warrantee) and installing what most users would consider malware. (You may well have a reasonable use case — loaning them out or something — I'm just saying, that's how most users would see it.)

Complete email client is possible or not in iPhone? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have to make an application of email client. is it possible to make an application that can manage different email addresses. In application we have to provide inbox for different id. I don't know how I'll connect to all servers. and how it will work? can anybody guide me?
This is really new for me thats why please don't mind if my question is silly
There used to be an app, remail, then open sourced by google: http://code.google.com/p/remail-iphone/
Also on the OneMail app website you'll find a list with the frameworks they're using: http://codev.co.uk/products/onemail/notice
I guess that it is possible, since it is an "stand alone" app and not an improvement to the native app.

can any one give me the url's where i get best sample code for iphone as well as iPad applications? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i am working as iPhone Application Developer.I want to Learn new things in iphone so please guiding me i want some sample code as well as some Tutorials so i get proper knowledge.Please help me....
The iCode Blog has a lot of good tutorials.
http://adeem.me/blog/ is a good website for beginners.
Lots of sample codes are available from Apple iPhone Dev Center. You may need to register to access them.