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.
The Play! Framework is a modern Java and Scala web application open-source framework that provides a clean alternative to bloated Enterprise Java stacks.
1
vote
1answer
32 views
Changing user's display name on facebook
I want to edit user's display name on facebook through facebook api call in playframework.can anyone help me?
0
votes
0answers
46 views
Facebook Javascript SDK recommend button not working for all URL's
My problem is that I have a numerous Facebook recommend buttons on my page, with the URL for the recommend button being a news article. However, the recommend button is working intermittently, only ...
0
votes
2answers
138 views
The social group of Playframework?
Is there any social group (ex: facebook group, fans page..etc) discussing on playframework ?
0
votes
1answer
83 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 = ...
0
votes
2answers
329 views
facebook api for importing contacts
Hey anyone can please tell me, how to import contacts from my facebook account in play application.
And please tell me how can I get these values for my application
...
4
votes
2answers
2k views
Getting friends using the same application on Facebook
I'm using play framework to create a facebook application. I'm kinda stucked at some point. With Graph Api i can't take a list of friends who use my application. What i want to say is for example:
A ...
1
vote
2answers
138 views
Customizing plays fbconnect module
When i'm trying to log in to facebook with button from fbconnect module, I am getting nullpointer at this line:
String email = data.get("email").getAsString();
where data is JsonObject. So I ...
0
votes
1answer
218 views
How to access Facebook from a Playframework service [duplicate]
Possible Duplicate:
Library to Integrate Facebook login with Play Framework?
I use playframework to make Json/Rest services - no webinterface.
I want to make a service, which posts a ...