Re: How can I implement OAUTH2 authentication for Facebook in Java?

Damian Carey <[email protected]> Sat, 18 Feb 2017 13:35:22 +1100
Newsgroups gmane.comp.java.netbeans.devel
Message-ID <CA+QCafc=gnpMAm=6L1-9Fdf9kyGZ7oUbAb6_jyoKVbjU0NV6Jw@mail.gmail.com>
We don't connect to Fb, but for OAuth2 you might find "Scribe" a useful
Java library. I think I saw Fb examples in there somewhere. See
https://github.com/scribejava/scribejava

We use it to connect to Xero.

YMMV



On 18 February 2017 at 07:59, fractalbob <[email protected]>
wrote:

> I have a Facebook Web app I wrote years ago using NetBeans that used
> Facebook Connect to authorize users. Later, Facebook changed their
> authentication scheme to OAuth2, but the NetBeans development team, for
> some reason, never updated the product to support authentication via
> OAuth2, so my app stopped working.
>
> I'm revisiting the issue in ordet to get my app up and running again. I
> read the Facebook docs and I think I know what to do, but I'm not sure what
> I need to remove from my app first. Has anyone else here dealt with this
> issue and if so, how should I proceed?
>
>
>
>
>