Quantcast
Channel: How to attach 5 images to a Facebook feed post using Facebook ios sdk 3.0 - Stack Overflow
Browsing all 6 articles
Browse latest View live

Answer by nivritgupta for How to attach 5 images to a Facebook feed post...

You will need to use the Facebook Connect API directly: the iOS SDK does not expose this kind of functionality.You should have a look at the Publishing section of the Graph Photo API which suggests...

View Article



Answer by jhoanna for How to attach 5 images to a Facebook feed post using...

I think batch requests are what you're looking for.From this link:If your application needs the ability to access significant amounts ofdata in a single go - or you need to make changes to several...

View Article

Answer by James Pearce for How to attach 5 images to a Facebook feed post...

You can upload multiple images in an Open Graph action, as described here: https://developers.facebook.com/docs/opengraph/usergeneratedphotos/Sample code from...

View Article

Answer by Somnath Muluk for How to attach 5 images to a Facebook feed post...

Facebook did away with multiple pictures in a post a while ago. When you were able to do it, people were creating "banners" that consisted of multiple pictures side by side. Now only 1 pictured is...

View Article

Answer by Bob de Graaf for How to attach 5 images to a Facebook feed post...

ok new idea; how about you send all five of them in a loop, but you keep the status-text and everything else the same. Isn't is possible that facebook then combines them into 1 post?

View Article


Image may be NSFW.
Clik here to view.

How to attach 5 images to a Facebook feed post using Facebook ios sdk 3.0

I'm trying to post to the user's feed something like this (it initially shows only one image but when you click "show more" you see all five images)My code looks like this : NSMutableArray *properties...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images