Mirrioing facebook comments in ios - ios

Referring to this URL https://developers.facebook.com/products/social-plugins/comments/ , I am searching for possibility of facebook comments mirriong in ios app. After googling, not able to get the proper docs or any links to do it in iOS. Is it possible in ios ? Any help or links will be appreciated. Thanks.

Related

Fetch images from Instagram in iOS

I wish to fetch images from Instagram into iOS app. For this I am using Instagram API. I have set clientID and redirect-uri as shown in http://kmdarshan.wordpress.com/2013/02/23/integrating-instagram-sdk-in-your-ios-apps/ and http://instagram.com/developer/
Code used is given in link above. But in the line:
if ([[UrlParts objectAtIndex:(1)] isEqualToString:#"NeverGonnaFindMe"]) {...
the string always equals to oauth.
Where am I getting wrong? Anyone having any other option to integrate instagram images into iOS apps, please let me know.
I just found a project to fetch instagram images into ios app on:
https://github.com/hsandhu/HSInstagram
Awesome application, saved my time.
you can try this framework to show the instagram feed, both user and tags
https://www.cocoacontrols.com/controls/sbinstagram-viewer
is more complete and is easy to integrate
regards

having an issue with ios twitter app and attribution

I have read all the posts I can find and seriously how to stop this "via iOS" tag and put my app name? I have all the links, nobody else has my name, what else do I need to do? I am using TWRequest is that the problem? Any info would be great thanks!
rc

How to integrate Pinterest using OpenURL?

I have tried calling pinterest app using ios OpenURL scheme but canOpenURL method always return false. I need help to get it work as i'havent find any solution by google. I dont want to use UIWebView to get it working.
Thanks
This is a link that has a way to pin a picture to pinterest. It is a framework that works pretty well. But you can not repin something from someone's pin board. If you search SO you should find some other answers as well. People trying to overcome the fact there is no API currently. Hope this gives you a jump start.

How to open a Facebook Timeline from iOS Application?

How to open a Facebook timeline from iOS application?
I've tried this url, for example
fb://profile/Google
and it opens my personal timeline instead. Am I missing something?
Finally got managed to it. Here are some steps to get it:
http://graph.facebook.com/profilename
Look for "id" and get it.
fb://profile/retrievedIdFromStep2

Facebook Sharer for iOS

I searched about Facebook Like/Recommand/Share function for iOS for many many days. Today I finally come here to find what I need. So I doubt How to do this? For Facebook Developers Website's documents are not detail, especially on iOS. So I am asking questions here. Thank you very much.
The image is here.
Facebook has an iOS SDK - check here and here. Maybe this could help you...
You could also provide backend support for FB likes etc. using oAuth Flow. For that you could use Python, PHP or any other popular language to interface with FB Graph API
Maybe you wanna try BMSocialShare.
I try new facebook sharer dialog. You can find that here
But first of all, you must open a facebook app. I set facebook app type to mobil internet instead of ios.
Secondly you can use this code for sharing :
NSURL *shareURL = [NSURL URLWithString:#"https://www.facebook.com/dialog/feed?
app_id=458358780877780&
link=https://developers.facebook.com/docs/reference/dialogs/&
picture=http://fbrell.com/f8.jpg&
name=Facebook%20Dialogs&
caption=Reference%20Documentation&
description=Using%20Dialogs%20to%20interact%20with%20users.&
redirect_uri=http://www.facebook.com/"]
[[UIApplication sharedApplication] openURL: shareURL];
You have to change your app_id within this shareURL.
Lastly; i give same redirect uri for both facebook api and direct url.

Resources