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.
Related
How to integrate facebook sharing and twitter sharing to iphone like posting some text or images on wall?I have tried twitter using the following codeenter link description here
but it is not working?
For twitter use ShareKit and integrate in your application.
Change in Sharekit according to this link
Register for twitter API at https://dev.twitter.com// for client id and secret key
Now change SHKTwitterConsumerKey and SHKTwitterSecret to client id and secret key respectively in SHKConfig.h
For Facebook use FBGraph API link for sample code
Update: Please check https://github.com/reallylongaddress/iPhone-Facebook-Graph-API/issues/4 if you find post to FB crashing while using code
If your app is only targeting devices with iOS 5 and above, you can use the inbuilt 'Twitter.framework'. More documentation can be found on Apple's website at this link
http://developer.apple.com/library/ios/#documentation/Twitter/Reference/TwitterFrameworkReference/_index.html
For Facebook, reading the documentation at https://developers.facebook.com/ios/ is a good way to start; download the SDK and check out the sample app.
I want to create a application iOS with a function Add to Watchlist.
When user see a Film or smt, he can press Add to Watchlist. App with post to facebook and his friend can see it via facebook or this app.
Like app: Flixster on Appstore. But i don't know and don't have any ideal for this function. Please help me.
Follow this links.You will get some good ideas to implement it.
1.iPhone Facebook Graph API library
2.http://www.capturetheconversation.com/technology/iphone-facebook-oauth-2-0-and-the-graph-api-a-tutorial-part-2
3.https://github.com/facebook/facebook-ios-sdk
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!
I'm doing a standard post to wall using iphone facebook sdk. The problem is that when I do the post, the wall post links to a generic app called "Share" instead of my app.
This is the app it is linking to
https://www.facebook.com/apps/application.php?id=206749070441
I'm providing my app key/secret to the SDK so I don't see why it is doing this. Thanks for your help!
That is most likely what you provided for your app's name when you created your key/secret.
To edit it, after you have logged in to Facebook goto: https://developers.facebook.com/apps
You should see a list of your apps, and can edit them there...
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.