Facebook api for facebook integration of a GWT application? - facebook

I need to integrate facebook in my playN game(gwt). The user should be able to login to facebook and get the friendlist, online presence and so on.
Can any on please suggest some of the facebook apis for this?
Thanks In Advance.

You might want to consider using socialauth in your GWT backend code. I currently use this for G+ and Facebook integration server side.

Related

Codename One - Facebook Marketing API

I was looking for a way to integrate my CodenameOne app with Facebook. Particularly to collect data aimed to improve the adds shown on Facebook to users who have, for example, installed the app. What I found for integration with Facebook on CN1 is (mainly) this https://www.codenameone.com/javadoc/com/codename1/social/FacebookConnect.html
This seems useful for publishing photos or posts to Facebook as a user, but not for gathering data as I need it. Is there a way to access this part of the Facebook SDK in CN1? If there isnĀ“t is this planned for the future?
The connect API is designed for authorization and authentication which need to be native. From that point on you can use the token against the standard Facebook Graph API.
I'm not really familiar with the marketing API but does it require functionality from the native SDK which isn't available in the current SDK?

facebook log in plugin for wordpress?

I'd like to have a facebook or alike log-in plug-in feature for my website so that my users would just user their social account to log in to my website. What would you recommend? Thanks!
PS I'm using wordpress 3.3
Using oAuth you can achieve this. From facebook developer account you have to create an app id. Then use that app id to send the request.
Read https://developers.facebook.com/docs/facebook-login/login-flow-for-web/ It has got everything you would like to implement for social login using facebook.
https://wordpress.org/plugins/facebook/
here's one. compatible with wordpress 3.3. Also has a couple of advanced features for example being enabling the user to share stuff to his timeline.
Also, if you just require a simple login check this out: https://wordpress.org/plugins/oa-social-login/
This plugin allows the user to sign in from any of the popular social networks into your site.
Or, if you want to code a custom functionality, you should check facebook sdk.

Login to GAE Facebook app

What is the preferred way to login to a Facebook app powered by Google App Engine? Should I use the Javascript API or is there some way to do it with Python?
It's a lot easier to use the Facebook API. There is a way to do it with Python, but do you really want to manage that code?

How can i use Hybridauth for facebook tabs?

I'm searching the way i can integrate hybridauth into a facebook tab app. I only must know an user id who is connecting to the tab , Any idea?
Do you want to integrate multiple social providers in your app.
You can use popular socialauth library. The library also help you to integrate faceebook, twitter and myspace.
Here is link.
http://code.google.com/p/socialauth-android/

Facebook sharing in a J2ME application? Is there any facebook API for J2ME?

I need to share a text in Facebook from my J2ME app. Is there any Facebook API available for J2ME?
Hi there are some approaches in below link
http://j2megroup.blogspot.com/2011/06/facebook-api-me-10-tutorial.html
But we preferred to do it another way. We have written some services(helpers) which connects to Facebook over php sdk. And we have used our simplified services. But this might require to have an application in Facebook side.
There are no free libraries to do this. You can use Facebook APIs to do this.