Skip to main content

All Questions

Tagged with
1 vote
0 answers
14 views

Integrate OAuth account with local account

In my app a have two login types name/password facebook However i am not sure how to integrate the faceboo login. I have table user that holds name email phone number password When user logs with ...
Johnyb's user avatar
  • 1,272
1 vote
1 answer
303 views

Unable to resolve class org.scribe.builder.api.FacebookApi in grails-oauth-scribe for grails 3

This is probably a rookie mistake but I can't seem to find it, been trying for 2 days. I'm trying to integrate a simple facebook login in my grails 3 app using the grails-oauth-scribe plugin which ...
Siddharth Shishulkar's user avatar
1 vote
1 answer
409 views

URL blocked error in Facebook OAuth

I am implementing Facebook OAuth on my localhost where I made following configuration : 1) Setting(Basic) : Domain : localhost Site URL : http://localhost:9090/Facebook_Login/fbhome Where I have ...
sForSujit's user avatar
  • 987
2 votes
1 answer
2k views

OAuth automatic login without user clicking 'LogIn' button

I am trying to login to Facebook using the OAuth log-in mechanism of Scribe which builds a URL https://www.facebook.com/dialog/oauth?client_id=1928545420713067&redirect_uri=http://localhost:23080/...
Vishnukk's user avatar
  • 564
1 vote
1 answer
529 views

Facebook oauth authentication in java only returns username and id

I am trying to fetch user details and oauth authenticate user through facebook api's and java and able to authenticate and redirect to my home page but the facebook api's are not returning details ...
Shashank's user avatar
  • 103
0 votes
0 answers
59 views

spring (#12) bio field is deprecated for versions v2.8 and higher [duplicate]

I'm following the guide, https://spring.io/guides/gs/accessing-facebook/ and error is occur. org.springframework.social.UncategorizedApiException: (#12) bio field is deprecated for versions v2.8 and ...
Chanhyeong Cho's user avatar
1 vote
1 answer
1k views

Spring social facebook login - sorry, something went wrong

I'm trying to implement facebook login in my spring webapp using org.springframework.boot:spring-boot-starter-social-facebook, However everytime I follow the login flow I get this page at facebook ...
Ben's user avatar
  • 4,229
0 votes
2 answers
134 views

Java Play Facebook Authenticate

I recently managed to implement sign-in with Twitter using OAuth, but I can't seem to find any good up-to-date information on how to implement Facebook sign-in with Play 2.5.x for Java. The Twitter ...
Viktor Plane's user avatar
17 votes
5 answers
35k views

Facebook Login :Can't Load URL The domain of this URL isn't included in the app's domains

I know many such questions have already been asked tried a lot then after posting the question. My Problem is still unresolved. I have a web application where I embedded the Facebook login using ...
Vartika's user avatar
  • 1,085
6 votes
2 answers
10k views

How to get page access token Facebook graph api via calling the get request, java

I am trying to get a page access token of a facebook page using its graph api for posting anything in that page. From https://developers.facebook.com/tools/explorer I can get the page access ...
Arafat Rahman PAppu's user avatar
0 votes
1 answer
248 views

Is there a way to authorize myself with OAuth 2.0 using pure Java?

So I am creating a Java application with Apache HTTP requests that only I plan on using (which means I know my username and password for the server that I want to authenticate with). All the examples ...
Locke's user avatar
  • 544
1 vote
0 answers
101 views

Java Facebook server to server get code URL parameter

I've been working on this for a couple of weeks now... Basically what I am trying to do is login into Facebook (authenticate, accept the permissions, etc.), parse returned the "code" URL query param, ...
Didier Jean Charles's user avatar
0 votes
1 answer
224 views

DELETE facebook post using FQL

I am using a facebook4j api for connecting to facebook. My aim is to fetch and delete the posts posted on my wall by friends. I am searching for FQL (Delete query) for facebook post. Question : Delete ...
Aashish's user avatar
  • 50
1 vote
2 answers
570 views

Delete post on my Facebook account using Java

I am using a facebook4j api for connecting to facebook. My aim is to fetch and delete the posts posted on my wall by friends. We are able to delete the posts taht are created by java code but unable ...
Shahadeo's user avatar
  • 693
0 votes
0 answers
417 views

Facebook4j - This authorization code has been used

I am using Facebook4j to post something on facebook. The following code worked the first time, but now it says: "This authorization code has been used". I would assume, this would give me a new access ...
jan's user avatar
  • 4,063

15 30 50 per page