Manipulate photos url in facebook custom feed (graph API)
i'm trying to display some custom facebook feeds on my website from a facebook fan page. This is a summary sample of the php I used, and it works fine.[...html code...] // include the facebook sdk...
View ArticleShare album photo in Page Feed with geotargeting
I need to post a photo already present in a page's Photo Album to the same page's Feed, in a way similar to the Share functionality - which means with the bigger display, and allowing me to geotarget...
View Articlegraph api to fetch the coordinates of all the tagged photos
I have just started working of facebook graph api v2.1.I know how to get all the tagged photos of a user or myself .I want to know how to fetch the coordinates of tags from all the photos that I am...
View ArticleA successful iOS SDK photo upload does not show on news feed, but does on...
Using this standard code: NSMutableDictionary *params = [NSMutableDictionary dictionary]; [params setObject:image forKey:@"photo"]; [params setObject:text forKey:@"caption"]; [self.facebook...
View ArticlePhotos don't show up in News Feed on Facebook
Uploaded photos through Graph API "me/photos" aren't showing up in News Feed on Facebook. But the photos are added in albums successfully and shows up in Timeline only. I'm sure that it worked a few...
View Article