Is it possible to download the images that my friend shared on the facebook automatically? HOW? - facebook

I am trying to create an android application which is able to download all images (or even better videos) that my friend shared on the facebook wall.
Is that possible? Should I start with facebook android SDK? From the I can not find a function to do what I need from android SDK reference. Or maybe I need graph APIs to do that?
Thanks for your suggestions

Related

Open Facebook app with a link on a Website "fb://" url

Hi I'm trying to open the facebook app with a link from my webpage onto a specific page/profile which works great, "fb://profile/" (which is the same for both android and IOS but previously android required "fb://page/" which no longer works)
However if the phone does not have facebook installed this method does not work and tapping the link does nothing. Would anybody know if there is a way around this?
I'm kind of asking is there way in javascript if you can detect if facebook is installed and deep down i know the answer is no chance! Thanks.

Importing Facebook Posts to an iPhone App

I'm new to Xcode and wondering if one can help me in how to import a facebook fan page posts to an iphone app? When importing the posts, the app's users should be able like/comment on any post.
Thanks in advance
In the first place, you should look at the Facebook's provided iOS SDK which works seamlessly.
Facebook iOS SDK
And you'll find what you want here through a graph api request.
Facebook iOS SDK Request
If you need it, I can provide you more guidance than that, but that shouldn't be necessary ;-)

How to integrate Google+ in a project

Is there any way to integrate google+ with my iPhone app. So that from my app, I can
Read the posts
Post something on my wall
Access different circles
At least post something
Did google provide any SDK for this?
Did you try search for it? http://developers.google.com/+/

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.

Facebook and iOS

Is there an open source API that allow me to post on groups of Facebook? Secondly, do I need to create an application for that or no need? I'd like to do that through iOS.
You should be able to use the Facebook Graph API and simple HTTP requests (using the iOS SDK) to do this. There's also an actively developed open source Facebook iOS SDK that should make this process even easier.
FaceBook has an API - have you checked to see if what you want to do is supported?
As far as their being a need - FaceBook has their own iOS app. Do you want to do something that it can't already do?