Facebook UI to display a photo upload available? - facebook

i want to implement the Facebook SDK (not the 3.0 beta) to simple upload a photo to the users wall. I´ve found some good posts how to do that:
Post photo on users wall
What i like to know is, if there´s already a Facebook UI when uploading the images or do i have to make my own activity indicator and react on the Facebook delegate methods?
I´m right, that there´s only a Facebook UI for displaying the dialog?
Like this:
[appDelegate.facebook dialog:#"feed"
andParams:dialogParams
andDelegate:self];
Thanks for any help.
(Its my first Facebook integration, so i´m really looking forward to the easier iOS 6 integration ;))

You'll have to do that for yourself as the Facebook SDK does not currently provide a view for developers to use to upload a photo, and the new version of the SDK (3.0) also does not provide a view to use.

Related

Is it possible to create a Facebook app page without uploading an app?

I am working on making a game that we plan to upload to Facebook in just under 3 months. However, we would like to make a Facebook page to try to get publicity before we upload it. I'm not sure if we should categorize it as a Games/Toys page or an App Page.
Yes, the app page just lets you have the codes for the API. You can change the catagory later.

Post picture to Facebook from iPhone/iPad app

I have developed an app for the iPad and iPhone that uses the camera to take a picture
Can someone tell me the easiest way to publish that to a users Facebook page?
Do I need to use the Facebook api's? I am not writing a Facebook app, just want to post the picture on the users wall.
Thanks
Would not make sense not to use FB API. There might be some other API that uses FB API itself but not sure about that..
I found a similar question:
question
Hope that helps!

iphone integrate facebook

i want to post any photo on to the facebook wall .so through iphone i want to develop such application please help me
you can use graph API for post image on facebook.
see this link:
http://developers.facebook.com/docs/reference/api/
Grab the latest Facebook iOS SDK, there you should find all of the posting examples to get you started. You will need to register an app on Facebook and get an Application Secret code to include in your app to test properly.

Uploading pictures to Facebook from iphone app

I'm currently using facebook to post text in the user's wall. I'm wondering if it's possible to post pictures, such as screenshots from my app for example, in the posts, because someone explained me that currently it's only possible to attach pictures from an URL to the post, and not any picture from the iphone.
It's also possible to upload pictures to the user's facebook album ?
Thanks.
I don't for sure how to do it, but the Facebook SDK Api would probably support what you want.
http://github.com/facebook/facebook-ios-sdk
The opensource ShareKit framework - http://www.getsharekit.com/
Does this successfully and easily - You can publish a photo to your wall, and it is added to an album as well.
Great stuff...:)
Oded.

Facebook "Like" on iPhone/iPad

Has anyone implemented facebook "Like" on iPhone/iPad?
I've done general Facebook Connect implementation before, but it appears they're phasing that out in favour of OAuth and the Graph API?
We're trying to give users the ability to "Like" items of content in the app. Each item of content has a corresponding URL for its representation on the website.
Will it be possible to implement this kind of functionality (without implementing anything on the server side)?
And is there a library that will let us do this easily?
Thanks
Facebook will release an Open Graph API/SDK for iPhone to replace Facebook Connect.
If still relevant, our company has build native "like" and "share this" buttons for both iPhone and Android and it works to both Facebook and Twitter. You can check it out here:
www.pinkelstar.com
We're coming out of Beta now. The libraries will be downloadable shortly.