Bookmarks access iPhone SDK - iphone

Hey guys, how do you access bookmarks with the sdk? I'm currently making a browser of sorts for iPad. I made the address bar and added the bookmarks button but I don't see any documentation on accessing bookmarks.
Basically, I would like to know how to access Safari Bookmarks. Anyone know how to do this?
Cheers!

This currently isn't possible using the iPhone sdk (non-jailbroken).
On a jailbroken phone, these can be found here:
/var/mobile/Library/Safari/Bookmarks.plist

Related

Accessing iPhone's Contact List via mobile browser

Is there a way to access iPhone's Contact List via browser like Safari?
I researched Phonegap for this permission, but I think it's not possible via Phonegap.
Yes, it is possible (at least it was possible in iOS 4.2.1 and 4.3), but you have to be quite a bit of a hacker to achieve it ;)

Facebook SDK in Storyboard?

Is it possible to use the Facebook SDK 3.0 with iPhone storyboard? I can't find any tutorials using storyboard. If it is possible, do you have any tutorials?
There is a sample application that you can go through that shows you how to use storyboards. This uses the Facebook SDK 3.1.
https://github.com/fbsamples/ios-social-cafe
It shows logging in with Facebook, publishing using Open Graph, the friend and place picker, and also deep linking.
had the same problem, me and another dev figured it out ourselves and built a dumb simple solution:
https://github.com/kincade71/Face-Code-X

Google Plus sharing, like button from ios

I am new to iPhone apps development, I want share and like button on google plus for my application, searched in web, but i got many links were pointing to developer.google.com etc. from there i downloaded SDK, but am not able to write code for that.
Please give some example code.
Thanks in advance.
there is a post here, which describes what you plan to do...
How can I integrate Google Plus with iPhone sdk?

How can I get safari Bookmarks on iPhone?

I'm now developing new app that needs to show mobileSafari Bookmarks list ...
I want to use common API,but there seems no apis...
I saw following URL and copy code to my app..
http://www.telesphoreo.org/pipermail/iphone-gcc/2009-February/000632.html
But,it doesn't show any of bookmarks list..
Any idea?
Please help me...
Thanks and regards...
Mobile Safari bookmarks are not accessible via the iOS SDK currently. Even if your example code worked, it would most likely be rejected by Apple. Sorry.

How to create an iPhone app that interacts with my website?

What I want to do is to make an iPhone application for my website similar to the photofunia. The users will be able to select an effect from a list, and then upload their own photo. Then the result will be shown in the browser where the user can save the image and/or publish to website like facebook, etc.
What software can I use to do that? Phonegap, appcelerator, etc? Can some of these help?
Thanks.
First of all, you may be able to make an iPhone app using Adobe Flash and the Adobe Packager for iPhone.
The other option is to get a Mac and Learn Objective-C.
There is no "easy" solution here.
Create a webservice for your website and try to use that in your iPhone Application
Of course I know there is no "easy" solution, but I'm almost sure there are other options for making iphone apps, instead of using Objective-C.
I only don't know the name of the tools.
Flash doesn't works. Adobe Air currently doesn't offer a way to access the camera roll on the ios.