Facebook Comment integration iOS - ios

Does anyone has already succeeded integrating facebook comments in iOS ?
I am making an app for a blog and I simply want to integrate facebook comment
I tried the UIWebView way, but it doesn't show anything in iOS 6. I tried a lot of thing to make it work, but I stopped when I saw that it doesn't show up in the web view of the twitter app.
I also tried to integrate the SDK, although it's impossible to publish comment (error from the api), I tried at least to retrieve all the comment attached to an URL, but as it's not possible to join table in FQL, I would have to,for each comment, retrieve informations about the user that has posted the comment... Silly !!
Am I the only one Facebook cursed ?

I have not been able to do this either so at least two of us are cursed. It would be great if facebook allowed you to use the facebook comment box to comment on facebook posts. I for one do not find working with the facebook API documentation very helpful.

Related

Facebook comments on ios app using sdk

I have a website which uses the web(Social) plugin for facebook comments for each post/article on the website.
On my iOS app, the same are presented in a webview.
The users on the app are logged in with Facebook but I can't find a way to enable them to post comments.
I looked up the OpenGraph documentation but it doesn't say anything about this.
How is it possible to maintain a relation between the facebook object on the web and the app and how do I show the people the option to comment?

iOS/objective-c: Facebook integration importing contacts no longer possible?

I am following a tutorial for integrating Facebook in an app. However, it seems that when Facebook upgraded to V2.0 of their graph, they stopped allowing imports of contacts unless the contact has the App installed.
Does anyone know if there is any workaround to this? The options available as described in these answers a year ago all seemed essentially inadequate for a commercial app. But wondering if there have been any changes in the status quo so that you can import Facebook contacts.
(Facebook remains super aggressive itself about getting contacts from iPhone, google, etc.)
Many thanks for any suggestions.
You can follow the Facebook SDK Graph API for getting contacts .
Graph API Friends List
Unfortunately, nothing has changed: you still can get only the contacts that are using your app AND that gave to your app the user_friends permission.
Please see this other question with more details.

salesforce login in ios native App

I am quite new to iOS and i am trying to post something from my App on salesforce(like we share something on twitter). For that i want to first display the login screen if user is already not logged in and if user is logged in he can post on salesforce from my app. Please guide me to a tutorial or some sample code. i have done a hell lot of searching on web but didn't find any good tutorial. i have already added the SDK to my project but not able to figure out how implement all this.
Thank you.
what about this : SalesForce on iOS login without using the SalesForce Webview?
The post point to SFDC API for iPhone. May be you will found what you need.

Likes on official page on facebook in ios

I'm trying to search approach to get like on official page on facebook in my native iOS app.
I read many questions and answers and the resume is no method for this in iOS SDK, but I found that facebook can open access for this method in API.
Where can I send my request for?
I'm sorry if I'm asking in wrong place. I don't know where I can ask.

Integration With Facebook

I've never used the FaceBook SDK before so I'm not sure what I should be using or whether what I'm thinking of can actually be done. But I want to try to integrate some Facebook functionality with my ASP.NET MVC3 application.
What I need to do:
I want to be able to access someone's Facebook account (granted their permission) and allow them to send out invitations to my website. But, when a friend clicks on the link in the invitation message (whether a wall post, PM... whatever), follows through and registers on the site, I want to be able to track that (maybe by appending the ID or username of the this user to the invitation link, and then extract it from the query string when the invited person/friend registers).
Questions:
From what I've read so far and according to this link, what I think I should be using is the Facebook Connect API. Am I right?
Is what I'm trying to achieve actually doable? Basically, can I append the username to the invitation link? Is Facebook okey with that?
Do you have any good resources other than the Facebook Developer Wiki? Share them please!
P.S: I do not want users to login to my website using their Facebook account. I have my own Membership system. I just want to allow them to invite their friends to register at my website and track that. More requirements might arise but for now that is all what I need.
Your help is appreciated!
EDIT:
Ok I went ahead and created some test app using the Developer FB app to do some experiments. One thing I do not understand though...
Canvas Page: The base URL of your app on Facebook.
Canvas URL: Facebook pulls the content for your app's canvas pages from this base URL.
So what exactly is the Canvas URL? From what I understand, it's a URL to a resource (page?) on my website which Facebook can display inside the Canvas Page, is that correct?
yes
Yes
Facebook documentation + facebook developers forum, that should be all for you. Also, as you are using asp.net mvc, facebooksdk discussion will help you also if you use that library. I will stringly recommend to use that library.
Also, it seems, you are a beginner on facebook api with c#. If so, you can consider my blog post for beginners on facebook open graph api tutorial in c#. There also some other related posts also.Hope you may like them.
Let me know if you wanted to know something else also specifically.
Yes
Yes
Nope. The Developer Wiki has its issues but the Facebook Docs usually solve your problems.

Resources