While providing Username and Password LinkedIn comes out my native application? - iphone

I am new in this field.i am integrating LinkedIn in my native application.While i am providing user name and password it comes out my native application and opens the LinkedIn site so please help me. if any one has sample code for posting a blog on wall then please give me i am really needed it.

For this you need to use LinkedIn API.

Related

how to do login authentication using gmail and facebook in jsp and servlets?

Can you please provide any suggestion for login using Gmail and Facebook authentication
from my website using jsp and servlets?????
Is there any plugin to do this concept?
Please provide any links or samples.
It can be achieved using Social Login ,
As Janrain says how to do it to your website
SignUp here and you would be asked to embed a piece of code to your application and it would create the API call.
It is so simple once you start , as they provide free products for basic usage.
Hope this helps!!

Embed yahoo,google and fb login on my site

I am thinking of embedding different login methods for my website, like login through google account, facebook account and yahoo account.
What do i need to do for that ??
I don't know anything about auto-login.
Any link or explanation to the question will do work...
Thanks :)
You could look into using OpenID.
You you need is API .
for example let say, you are letting user to login with Facebook id, then you need to create page in facebook ... so after then you get API . then configure it.
If you have zero knowledge in such thing , it'll be tough task

Facebook registration plugin

does anyone have worked with the Facebook registration plugin?
+ http://developers.facebook.com/docs/plugins/registration/
I'ld like to know if it's possible to create a username for my site with it like "example.com/users/username".
Also can the entered data (custom data for my site) edited later or just by sign up?
Thank you.
Yes, and Yes!
You can create a username and even check it before submitting the FB form, please refer to the Facebook registration advanced document.
Also you should be storing the data returned by the Facebook plugin in your database! with that in mind, you (obviously) can edit these data.
I've written a tutorial a while back about using the Facebook Registration Plugin that could help you too.

Anyone know of a good tutorial for Facebook authentication?

I'm linking my app to Facebook, and would like people to log in with their Facebook account, but I can't figure out how to do this. I had read up on Facebook Connect, but it seems that that's not used any more - but every tutorial I can find seems to refer to it. When I try to follow them, it doesn't work, because the interface has changed.
So, can anyone direct me to a tutorial or guide to doing this the new way?
Basically, what I want to do is this:
A user who is signed into Facebook and comes to my webpage is automatically logged in to my app (with the usual Facebook 'granting permission' windows etc), or can sign in with their Facebook account if they're not already logged in.
I then want to use Facebook to link users with their friends who are also registered on my site, so they can share things.
I would also like to have access to Facebook comments made on wall posts from my site - so the comment stream for a particular post can be seen on my site as well as on Facebook, and comments can be made on either.
If anyone can point me in the right direction (or even tell me what I should be typing in to Google!) I'd be very grateful.
Thanks.
Some sample apps that do many of the things you speak of are shown here. The Graph API is probably your best bet right now for delivering the content and access you need and there are numerous tutorials online for how to use it, including the Facebook Developers site itself.
You will find good Tuts on ThinkDiff, e.g.
http://thinkdiff.net/facebook/new-javascript-sdk-oauth-2-0-based-fbconnect-tutorial/
http://thinkdiff.net/facebook/php-sdk-3-0-graph-api-base-facebook-connect-tutorial/
http://thinkdiff.net/facebook/graph-api-iframe-base-facebook-application-development-php-sdk-3-0/
I know this is an older question, but the current method for authentication is OAuth 2.0.
Facebook provides a pretty good outline of what steps are necessary in this Reference:
https://developers.facebook.com/docs/authentication/client-side/
This example allows the authentication to occur entirely in Javascript on the client side so that you can request a potential user to authenticate via Facebook and then confirm access to your application.
If the user is already logged in, only the access confirmation for your application is performed.
If the user is already logged in and access has already been granted, the user is not required to login, or reconfirm access.

Create a new FaceBook page via the FB api

Is it possible to build a new Facebook page via the api?
I can't find any documentation regarding this. I presume it would just be a matter of passing in an email address and password to register then passing in any profile info/data.
I'm not particularly looking for a how-to-guide just would like to know if it's possible and for someone to point in the right direction.
Thanks
Unfortunately, you can't create pages with any of the Facebook APIs. You can only do this through the user interface on facebook.com.