How can I integrate Facebook Connect to my project, I want to show Facebook Connect in a button click. My requirement is to share a text to Facebook via Facebook Connect.
How to do this?
Thanks in advance.
These tutorials might interest you..
http://amanpages.com/wordpress/sample-iphone-example-project/facebookagent-easy-way-to-integrate-facebook-connect-in-iphone-apps-and-write-minimum-code-to-publish-feed-change-status/
http://www.mobisoftinfotech.com/blog/iphone/iphone-fbconnect-facebook-connect-tutorial/
Related
I am very new in iOS development.In my app,homepage is for login to the app.Where i need to give facility to login with Facebook and twitter. I am using iOS 6.1 and there i have social framework.
Please tell me an easy way to achieve this,i have tried to read facebook developer tutorial, but i am not able to catch from there.
If you have any sample project or any good tutorial link,please share with me.
Thanks in advance.
The Facebook sdk github repo is here .
You can find many example projects in it.
Also Facebook authentication guide explains the login part very clearly.
I am making iOS app using Facebook Connect.
But I can't find "Facebook Connect button".
Where can I find "Facebook Connect button"? thanks
I assume you have integrated facebook connect for web and you are searching for fb-connect-button.
I also searched for this thing in the past. You can't use FBML for ios. You will have to use 'rectangle buttone' and "fb-connect-button' image as its background. The tutorial that #F. X has recommended you has enough details on to how authentication and other major features can be implemented.
If you mean, "where's the Facebook Connect button in the XCode XIB editor?", then there's no Facebook Connect button in XCode. You have to use the Facebook SDK to do it.
Side note: Search on Google, it's on the first page. Yeah, Google is your friend. Really.
I want to enable Facebook connect for login in my mobile website.
How should i go about it?
Thanks in advance!!
Take a look at the guide in the Facebook developer documentation. You can see it here: https://developers.facebook.com/docs/guides/web/#login.
Ha ii ,i know how to integrate a Twitter in ios sdk,i alredy done with the help of MGTwitter Engine.But my problem is it shows a login page as a webview,i want to be login screen as popup just like the facebook login popup,so i got a link,that contains costomized popup for twitter,but how can i authenticate our twitter username and password in this costomized from.is there any other way to costomize our twitter logijn form?.please help me.
Thanks in advance.
With iOS 5, the built-in twitter code checks up against the twitter account, that resides under the phone 'Settings'. So there should be no need to display the Twitter login in a popup. Or do I misunderstand your question ?
Just if anyone is still stumbled to integrate twitter with native like effects.
DETweetComposeViewController is really cool if you want to support devices lower than ios 5.
Its just a replica of Apple's TWTweetComposeView and very simple to use.
You need to follow steps at https://github.com/doubleencore/DETweetComposeViewController
I'm not sure if this is possible but using Facebook Connect for iPhone, can you request to like a facebook page? If this means showing the FB dialog box that is fine!
Many thanks
If you haven't resolved this one, here is a neat tutorial:
http://petersteinberger.com/2010/06/add-facebook-like-button-with-facebook-connect-iphone-sdk/