What is best practice to login with linked-in from iOS? [closed] - iphone

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am new in iOS. I write the application that has the Linked-In login in it. What is the best way from the follows to do Linked-In login from oOS app:
1) login with url-scheme (like in Facebook login)
2) login from the web view (like it is explained here:
Linkedin - iOS - Detect user cancel login)
3) to build login GUI by myself (where can I read about Linked-In - iOS API for it?)
I saw that common answer for similar question is this link:
https://github.com/synedra/LinkedIn-OAuth-Sample-Client
But I don't understand what is it and how should I use it.
Thanks.

https://github.com/synedra/LinkedIn-OAuth-Sample-Client is a library to link with linkedin and go through http://developer.linkedin.com/documents/authentication
and you should go on using that as it will save your time

Related

Twitter - award a user for following [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am building a site that has a points system for the user. I would like to award them points if they follow the site on Twitter but don't really know where to start.
In essence I would like the following to occur:
User clicks link inside of admin that takes them to twitter
They follow the site
Once followed it redirects them back to the site
Anyone got ideas on where to find a guide on this?
Thanks
Nick
check out web intents # https://dev.twitter.com/docs/intents#tweet-intent - it has sample code. Also logon on to your twitter account and go to https://twitter.com/about/resources/buttons#mention the first one is probably the one you're most likely to use though.
Good luck!
Rachel :)

What things to make sure before developing Facebook Apps? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I m developing the facebook app(game). Can any one tell me what thing to make sure before developing the facebook app. Like:
Is we need to store access token for facebook app.
How many permission we need for basic facebook app.
and anything else we have to do. i m confuse so i just want to clear before starting facebook app.
Thanks
First of all, you need to get a facebook developer account, you will get your accesstoken and app ID from there, that all that you need ,
i will advice you to have a good look at the FacebbokDeveloperWebSite
Hope this make sense
Regards

Facebook Custom Page [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm wondering what's the best way to create a Facebook page where users can upload their pictures to participate in a poll, allow their friends to participate, and allow the admin to see the votes?
Should I build my own PHP web application, and use Facebook iFrames?
Is there a better way to do that?
Thanks
You should build your own PHP web application and then use an iFrame Canvas page on Facebook. Just put your app as the Canvas URL:
https://developers.facebook.com/docs/appsonfacebook/tutorial/
You can create both a Canvas app (full screen) or tab app (smaller app) this way!
Yes. You should build application that will run in Facebook Page tab (canvas of tab is loaded as an iframe)

Facebook C# or FaceSharp [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
There are a couple of popular libraries for developing Facebook apps in C# on codeplex.
FaceSharp
Facebook C#
If you have experience with either one, please provide the Pros and Cons for each. I am planning to develop a Silverlight facebook app which will run in Canvas and on a public site.
Well i would vote to KMicrosoft's Facebook SDK.Works well and provides you everything you want FQL or Async Get .i think you should go for it

Sample Facebook integration in iPhone App [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Does anyone have a good tutorial to implement Facebook in an iPhone app?
Showing a button which links to Facebook
for those who still looking for facebook and twitter implementation
here
for twitter
link text
for facebook
link text
i hope this is gonna help some people like me...
regards
shishir