How to find photos posted by users via my ios app - facebook

So, i have an ipad app(Xmas window) that allows users to post some postcards in their facebook publish stream. Is it possible to find these photos?)
Thanks

Please check this link.>>>http://www.huffingtonpost.com/2012/09/24/facebook-bug-private-messages-timeline_n_1909813.html
I never used this one so i am not sure. once we get the solution let me know to you.
Thanks

Related

iTunes link cannot be opened in UI web view

I'm using iTunes link maker to access an album on iTunes.
Somehow the link doesn't open in UIWebView.
Anyone experienced this?
Is this a restriction or something? An update maybe?
http://itunes.apple.com/us/artist/linkin-park/id148662?uo=4
Please try this url and tell me if you experienced the same thing.
Any link that have "itunes.apple.com" will not work on the Simulator.
Thanks #iNoob!
You might want to read this:
How can I link to my app in the App Store (iTunes)?
Also in the Apple Developer documentation read this: Launching the App Store from an iPhone application (you'll have to find it, I can't share a link to a secure site here).

Plixi Upload Photo

In my App, upload photo using plixi api its possible or not. Anyone help me to solve this problem.
The Plixi API is REST-based, so yes, it should be entirely possible to use it within your app, provided that the user has an active network connection.

How can I use the facebook connect api for the iphone to to invite friends to an application or send a message

In my iPhone application, I wanted to add the function of signing into Facebook and letting a friend know about the app. I know how to sign in and get the friends list, but I cannot find a good way of inviting a friend. So far, I haven't been able to come up with a way to invite a friend (I don't think one can with the iphone facebook sdk yet) or send a message to the inbox. Is there a way to do either of these? If not are there any better options I haven't thought of? Thank you for any advice.
checkout this tutorial. i used it to get the facebook header files sorted out. Once thats done, everything should be in place for you to send a message easily :
http://www.mobileorchard.com/marketing-in-code-part-2-setting-a-users-status-in-facebook-from-an-iphone-app-a-tutorial/
check out This post.it shows what camn we do with facebook api

Publish picture to Facebook from my iphone app

Who can explain step by stem how to publish on the Facebook user account pictures and albums from my iPhone app?
I know about FB iPhone sdk, but cannot understand the whole process.
1. Should I register application on the FB?
2. Can I publish my local pics, or must use links on the previously published pics on hosts like yfrog.com.
3.etc
Yes, implementing FB iPhone SDK for the first time is subject for a book...
Have you seen this video?
http://vimeo.com/3616452
It's a little outdated, but it was a good help for me to begin understanding the whole process...
As for question 2., I believe you can upload and publish the picture to FB user account, if you request the appropriate permissions.
You can also try ShareKit: http://www.getsharekit.com/
It makes things real easy :)

How to integrate twitter,facebook into iPhone app ?

I want to put facebook,twitter,flickr into my iPhone app, so that users can easily login in and post message from my app easily.
Put the question here is to get some clues or existing works for this purpose.
After searching, I get some related works here
http://code.google.com/p/iphone-facebook-twitter-connect-easy-integration-tool/
What is the best one you used ?
There is a new open source project that provides support for both:
ShareKit
This issues has already been discussed a lot in SO.Try to search SO before posting your query.
For Twitter try MGTwitterEngine.
For facebook try Facebook API
For flickr try objectiveflickr
Chk these
Facebook API
Twitter API