Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Play Framework 2.0 is a major revision of Play, a Ruby on Rails-like framework for the Java platform. Version 2.0 introduces features such as the use of Scala language, Akka actors, Scala templates and a build system (SBT).

learn more… | top users | synonyms (1)

0
votes
1answer
30 views

SecureSocial : fillProfile fails during Facebook authentication

I'm using Play! 2.0.4 with SecureSocial to handle Facebook connect. With an account that was successfully connecting some days ago, Facebook answers the server with an error, which is thrown here : ...
0
votes
1answer
108 views

Facebook OAuth Exception: redirect_uri missing

I'm new to JAVA and using play framework to create a website. I'm trying to integrate Facebook oauth into my website. The code that I have is: // This function is called to populate _facebook, ...
1
vote
2answers
241 views

Facebook server-side OAuth 2.0 on localhost:8080 can't get access token missing redirect_uri

There are many other question related to this, but they didn't help me fix my problem. I'm using the Facebook server-side login for a website, which I want to test locally. The path that initiates ...
1
vote
1answer
155 views

Accessing signed Facebook JSON using Play 2.0.1 and RestFB

I'm writing an Play 2.0.1 application that will be deployed within a canvas page on Facebook. I'm using restFB for the Facebook API. By manually creating an Access Token at ...
0
votes
1answer
223 views

Can't install fbgraph module in play framework

So I am trying to install the fbgraph module to test it out in play framework. According to the documentation (http://www.playframework.org/modules/fbgraph-0.3/home), I should download the fb graph ...
0
votes
2answers
137 views

The social group of Playframework?

Is there any social group (ex: facebook group, fans page..etc) discussing on playframework ?
5
votes
2answers
2k views

Angularjs + OAuth + Play 2.0

I'm learning Angularjs to create a single page application for a new project. The back-end will be in Scala with Play 2.0 framework in a REST style API. I would like to use FB, Twitter, Google, OpenId ...
0
votes
1answer
82 views

Get access_token in Facebook Connect

I am a little new to Java Playframework and testing out the Facebook authentication. public static Result fbLogin(){ String token_code_url = ...
1
vote
1answer
343 views

Using Facebook App Access Token (Pipe character in URL)

I am completely stumped by this. I have the following Facebook App Access Token registered for my app: | And then I try to GET the following URL: (Fake token underneath) ...