Skip to main content

All Questions

Tagged with
1 vote
2 answers
408 views

Save Facebook friend pictures to documents rapidly

I don't have any clue what so ever and hence I am giving it up to some one who can assist me a proper way.Actually I have retrieved the Facebook friends details using FQL query,in which the profile ...
Eshwar Chaitanya's user avatar
3 votes
3 answers
5k views

Unable to post image into facebook using SLComposeViewController?

I would like to post image into facebook and twitter. I am fine with twitter but not with facebook using SLComposeViewController class. With out add image i am able to post text and url into facebook. ...
Prasad G's user avatar
  • 6,698
-2 votes
1 answer
792 views

iOS6 facebook integration (image post) [closed]

I just want to add facebook functionality in my app. i want to add image on facebook through my app. Is there any sample available for iOS6.
Monish Bansal's user avatar
-2 votes
1 answer
662 views

Post image on Facebook wall through iPhone app [duplicate]

Possible Duplicate: Documented process for using facebook connect for the iPhone to upload photos I have aמ iPhone app and would like to know how to make an image which, when clicked, the image ...
Tamir Huber's user avatar
0 votes
2 answers
1k views

upload photo to facebook issue. Wrong photo orientation

I upload photoes to facebook. If photo width > heigh, everything is OK. But if height > width, facebook turns up the photo, so in facebook account photo appears with width > height, but (of course) ...
Paul T.'s user avatar
  • 5,018
0 votes
1 answer
735 views

Issues with posting image on fb wall via graph api?

AI am using following code to post image on user's wall on facebook NSData *imageData =UIImagePNGRepresentation(newPageView.image); UIImage *picture = [UIImage imageWithData:imageData]; ...
iosdev1111's user avatar
  • 1,094
8 votes
3 answers
4k views

Display higher quality images for Facebook posts for iOS

I'm using the Facebook SDK to allow users to share content through my app to their Walls. Its a pretty standard set-up with the Facebook SDK where a typical post will contain some text as well as an ...
Madhu's user avatar
  • 2,394
1 vote
1 answer
665 views

IOS Post Photo To Facebook Without The Facebook Connect-Api

Is it possible to post a photo to a Facebook Page wall without using the Facebook connect Api? To post some text I tried using this: NSString *post = [NSString stringWithFormat:@"fb://publish/...
ValentiGoClimb's user avatar
3 votes
1 answer
630 views

Post image to facebook wall (where to store image)

My app must publish screenshot to the facebook wall (as well as several other social networks). Where should I upload images that will be shown in the facebook feed? Should I create photo album with ...
PDaria's user avatar
  • 457
0 votes
2 answers
1k views

How to post photos to facebook iphone fbconnect

Hi I'm using FBConnect to post to facebook, now I need to post photos from library or taken with the cam, does anyone has a clue how to do this ?? I've searched in google but I can't find a piece of ...
Rafael Jimeno's user avatar
1 vote
1 answer
211 views

UIImageView interactions

I am working on an app in which I want similar kind of functionality as that of WebMD body image. How can I identify which part of image is touched in an optimal way? Do I have to slice the image ...
SPatil's user avatar
  • 1,003
4 votes
2 answers
1k views

How to take a screenshot in your App and publish it on facebook?

I'm trying to use facebook within my App by posting a screenshot of my App on my wall. I already made the functions for taking a screenshot UIGraphicsBeginImageContext(self.view.bounds.size); ...
BarryK88's user avatar
  • 1,806
2 votes
5 answers
4k views

image upload on facebook connect iphone

I am new to iphone app development, and I am trying to upload images on Facebook through our iphone apps. I have tried the below code which is using fbconnect, but it is not working. ...
Yuvaraj.M's user avatar
  • 9,791
0 votes
2 answers
5k views

Posting image to FaceBook wall from iPhone camera roll with PhoneGap

I am using PhoneGap to publish an image to a FaceBook wall from an iPhone. I am able to log in a FaceBook account and publish a HOSTED image (http://www.mysite.com/my_image.jpg) but not an image from ...
Roberto Speich's user avatar
10 votes
4 answers
10k views

how to post URL with Image on facebook by ShareKit

I am using sharekit in my iPhone app to share url link on facebook. However, it seems to me that it is not possible to share url with image with sharekit. Do you guys know how to do it? Thanks a lot.
justicepenny's user avatar
  • 2,024

15 30 50 per page