Login to a Spring-powered website using one's Facebook account [closed] - facebook

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I would like for users of my website to be able to login to my website using their Facebook account. My website is going to be powered by the Spring framework.
Can Spring Social help me or do I need to create a Facebook app?
Any general guidance, advice or pointer welcome.

The accepted answer is technically correct in saying that Facebook is not an OpenID provider. However, OpenID is not the only way that this can be accomplished.
Spring Social's ProviderSignInController can be used to do a "sign-in-with-{provider}" authentication, where {provider} can be any OAuth-secured API, including Facebook. See the Spring Social Showcase for an example of how this is done.

Related

Get users' application list in Facebook [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I want to develop a facebook app such that when the user install my app. I can
Get the user's application list
Find his friend who use the same apps as him(categorized by apps)
Track whether the user receives recommendation for the app
Track what information each app needs from users.
I have little experience in facebook app developing. I want to know is it technical possible to achieve the above four aims using facebook api?
Nope, the feature to retrieve the list of applications the User has authorized is not exposed to any of the present Facebook's APIs.

Share app's data on social networking sites [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am trying share my app's data in social networking sites.i am trying to implement sharekit but i encountered a lot of errors.Is there a way other than sharekit to share my app to social networking sites atleast to facebook and twitter?
If you want to target Twitter and Facebook it's also worth looking into the iOS Social Framework.
Note that Facebook is only supported as of iOS6, but this api is far simpler in use than the other solutions for user handling, posting, etc...
You can find a lot of good tutorials on this topic (ex. http://www.raywenderlich.com/21558/beginning-twitter-tutorial-updated-for-ios-6)

authentication facebook application [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I have developed a facebook application, where users upload video and audio. Now i want that without authentication no user will be able to use the application.
Why i want this is because i need the user profile picture, the current loggedin user profile picture. So that i can welcome him after authentication.
After searching for hours, i was unable to get answer for myself, so posting it here.
I have read the complete documentation
https://developers.facebook.com/docs/authentication/pagetab/
but unable to understand. It would be great if anyone can help me.
If you are looking for authentification for canvas application then read this documentation.
If you wanna use server-side authentification then download official php SDK from github. Repository contains example application.
I've recommend this way of authentification because it is the easiest. Documentation for SDK.
And exists client-side way of autentification. Documentation for JS SDK and example application.

Facebook Articles Application [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Recently i've noticed many news sites creating new application on facebook for sharing articles.
something like mini-site of the website inside facebook platform.
I.e Washington post application.
I've tried to find the how-to-do on facebook developers center but couldn't.
You’re talking about Open Graph actions here. Apps can define objects, and actions that can be performed on them (although fo reading an article you now have to use the build-in types), and then publish these actions on a user’s behalf.
Please familiarize yourself with the concept, start reading here: https://developers.facebook.com/docs/opengraph/

How to login to iPhone application through Google,Windows Messenger, Linkedin, Orkut, AOL and My Space [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am workin on an app ,In which user is facilitated with login through any social network account (just like stackover facilitated with login through facebook, Google etc )such as Twitter, Facebook, Yahoo, Google, Windows Messenger, Linkedin, Orkut, AOL and My Space.
could you please help me out with some good ideas and suggestions
Go to this link.this might be helpful
http://getsharekit.com/
Well, you have to simply start looking to the developer sites what to do, for example this one is for Facebook:
https://developers.facebook.com/docs/guides/mobile/
More specific: https://developers.facebook.com/docs/authentication/