h1k3's Forum Posts

  • Hi and thank you very much for your assistance, my previous Phonegap assistant is no longer available for testing my plugins. What I am doing is adding Phonegap features to my Facebook plugin. What I need is someone who can test to plugin and provide instructions on adding the plugin for other users. It requires the Inapp browser plugin for Phonegap and I don't use Phonegap myself(Just providing this for user convenience), so I don't know what is involved in adding the plugin to the exported files. Here is the InApp browser page:

    http://docs.phonegap.com/en/3.3.0/cordo ... AppBrowser

    Here is the plugin:

    http://lockegames.com/?shopp_product=fa ... ap-control

    This is a port of my old working code to a new plugin, and it's untested. So there might be an error, if you find one please let me know.

    One final note. This doesn't actually use the native language programming. You are effectively setting up a website account on developers.facebook.com and setting the mobile website and app domains to http://Localhost

  • New compartmentalized system for the Facebook plugin coming. This will avoid wasting webpage memory for functions you don't need or want, which could potentially speed up the gaming experience.

    Updated my Facebook tutorial to include all currently available plugins and how to utilize them. This also includes a walk through on setting up the actual developers.facebook.com account for those having a hard time navigating the initial setup. https://www.scirra.com/tutorials/1092/f ... -apps-2014

    This update works with Facebook API up to 2.2

    Facebook Base

    Log users in and out of your application. Grab the users Access token to make your own graph api calls using the Scirra built in ajax plugin. Required for all other listed plugins.

    http://lockegames.com/?shopp_product=facebook-basic

    Fetch User Friends

    A plugin to fetch a list of the users Facebook friends that have installed your application and a list of friends that have not installed you application. Information returned is the friends full name, app userID, and the url for the profile picture.

    http://lockegames.com/?shopp_product=facebook-friends

    Read User Status

    A plugin to read all of the status posts by a user that was not a link or picture. Could be a great plugin for a "Guess who you likes you the most" type of app.

    http://lockegames.com/?shopp_product=fa ... ser-status

    Photo Uploading

    New to my Facebook family of plugins -Photo Upload. No longer do you need to save the file to a server before uploading. With this plugin, you just attach the snapshot canvas and an optional user message. Then the plugin will upload your snapshot into the Users Facebook account into a special folder just for your app.

    http://lockegames.com/?shopp_product=fa ... oto-upload

    Scores

    A plugin to save user scores to the Facebook API. You can also fetch scores for all of a users friends by placing their app specific user ID into the userid field. You can fetch just the user score by placing a lowercase "me" into the userid field.

    http://lockegames.com/?shopp_product=facebook-scores

    User Information

    A plugin to fetch information on an applications user(s). You could grab information on your current user while polling information on another user(perfect for a dating/matchmaking application).

    http://lockegames.com/?shopp_product=fa ... nformation

    To submit ideas or ask questions please visit my plugin Facebook group at https://www.facebook.com/groups/317378255096076

  • Updated my Facebook tutorial to include all currently available plugins and how to utilize them. This also includes a walk through on setting up the actual developers.facebook.com account for those having a hard time navigating the initial setup. https://www.scirra.com/tutorials/1092/f ... -apps-2014

  • With the Status expressions, I haven't built documentation yet. Just understand these expressions:

    Status_Message(x) Which status?

    Status_ID(x) Which status?

    Status_Time(x) Which status?

    Like_ID(x,y) Which status and which like?

    Like_User(x,y) Which status and which like?

    Comment_User(x,y) Which status and which comment?

    Comment_UserID(x,y) Which status and which comment?

    Comment_Time(x,y) Which status and which comment?

    Comment_Count(x) Which status?

    Like_Count(x) Which status?

    Status_Count

  • New compartmentalized system for the Facebook plugin coming. This will avoid wasting webpage memory for functions you don't need or want, which could potentially speed up the gaming experience.

    This update works with Facebook API up to 2.2

    Facebook Base

    Log users in and out of your application. Grab the users Access token to make your own graph api calls using the Scirra built in ajax plugin. Required for all other listed plugins.

    http://lockegames.com/?shopp_product=facebook-basic

    Read User Status

    A plugin to read all of the status posts by a user that was not a link or picture. Could be a great plugin for a "Guess who you likes you the most" type of app.

    http://lockegames.com/?shopp_product=fa ... ser-status

    Photo Uploading

    New to my Facebook family of plugins -Photo Upload. No longer do you need to save the file to a server before uploading. With this plugin, you just attach the snapshot canvas and an optional user message. Then the plugin will upload your snapshot into the Users Facebook account into a special folder just for your app.

    http://lockegames.com/?shopp_product=fa ... oto-upload

    Scores

    A plugin to save user scores to the Facebook API. You can also fetch scores for all of a users friends by placing their app specific user ID into the userid field. You can fetch just the user score by placing a lowercase "me" into the userid field.

    http://lockegames.com/?shopp_product=facebook-scores

    User Information

    A plugin to fetch information on an applications user(s). You could grab information on your current user while polling information on another user(perfect for a dating/matchmaking application).

    http://lockegames.com/?shopp_product=fa ... nformation

    To submit ideas or ask questions please visit my plugin Facebook group at https://www.facebook.com/groups/317378255096076

  • New compartmentalized system for the Facebook plugin coming. This will avoid wasting webpage memory for functions you don't need or want, which could potentially speed up the gaming experience.

    This update works with Facebook API up to 2.2

    Facebook Base

    Log users in and out of your application. Grab the users Access token to make your own graph api calls using the Scirra built in ajax plugin. Required for all other listed plugins.

    http://lockegames.com/?shopp_product=facebook-basic

    Photo Uploading

    New to my Facebook family of plugins -Photo Upload. No longer do you need to save the file to a server before uploading. With this plugin, you just attach the snapshot canvas and an optional user message. Then the plugin will upload your snapshot into the Users Facebook account into a special folder just for your app.

    http://lockegames.com/?shopp_product=fa ... oto-upload

    Scores

    A plugin to save user scores to the Facebook API. You can also fetch scores for all of a users friends by placing their app specific user ID into the userid field. You can fetch just the user score by placing a lowercase "me" into the userid field.

    http://lockegames.com/?shopp_product=facebook-scores

    User Information

    A plugin to fetch information on an applications user(s). You could grab information on your current user while polling information on another user(perfect for a dating/matchmaking application).

    http://lockegames.com/?shopp_product=fa ... nformation

    To submit ideas or ask questions please visit my plugin Facebook group at https://www.facebook.com/groups/317378255096076

  • ludei

    Is Ajax post and get an available option via a cocoonjs environment?

  • I have updated my tutorial on developing a Facebook application. If anyone is having a hard time creating their Facebook developer application account since the recent Facebook developers website changes. Let me know if it's helpful, I'll be adding to it in the coming days to cover the rest of the available developer options.

    https://www.scirra.com/tutorials/1092/facebook-apps-2014

  • New compartmentalized system for the Facebook plugin coming. This will avoid wasting webpage memory for functions you don't need or want, which could potentially speed up the gaming experience.

    This update works with Facebook API up to 2.2

    Facebook Base

    Log users in and out of your application. Grab the users Access token to make your own graph api calls using the Scirra built in ajax plugin. Required for all other listed plugins.

    http://lockegames.com/?shopp_product=facebook-basic

    Scores

    A plugin to save user scores to the Facebook API. You can also fetch scores for all of a users friends by placing their app specific user ID into the userid field. You can fetch just the user score by placing a lowercase "me" into the userid field.

    http://lockegames.com/?shopp_product=facebook-scores

    User Information

    A plugin to fetch information on an applications user(s). You could grab information on your current user while polling information on another user(perfect for a dating/matchmaking application).

    http://lockegames.com/?shopp_product=fa ... nformation

    To submit ideas or ask questions please visit my plugin Facebook group at https://www.facebook.com/groups/317378255096076

  • New compartmentalized system for the Facebook plugin coming. This will avoid wasting webpage memory for functions you don't need or want, which could potentially speed up the gaming experience.

    This update works with Facebook API up to 2.2

    Facebook Base

    Log users in and out of your application. Grab the users Access token to make your own graph api calls using the Scirra built in ajax plugin. Required for all other listed plugins.

    http://lockegames.com/?shopp_product=facebook-basic

    User Information

    A plugin to fetch information on an applications user(s). You could grab information on your current user while polling information on another user(perfect for a dating/matchmaking application).

    http://lockegames.com/?shopp_product=fa ... nformation

    To submit ideas or ask questions please visit my plugin Facebook group at https://www.facebook.com/groups/317378255096076

  • New compartmentalized system for the Facebook plugin coming. This will avoid wasting webpage memory for functions you don't need or want, which could speed up the gaming experience. Download the base login/logout file free: http://lockegames.com/?shopp_product=facebook-basic

    This update works with Facebook API up to 2.2

  • It utilizes a Phonegap function called in-app browser to log a user in. I honestly don't know which version it uses. Here is the info on inapp browser, you should be able to get the info you want from there on compatibility. I've never used Phonegap myself, I had someone proficient in Phonegap walk me through the login. Also I don't believe you can upload anything. Just fetch user data and add a like button to your app for the moment. I'm working on a redsign for the 2.2 API, I'll see if I can add more features to it. I'll just need to find a test user to help me out with Phonegap testing when I get to that portion.

    http://cordova.apache.org/docs/en/3.0.0 ... er.md.html

  • part12studios,

    I received an email from facebook this morning saying that the API has been upgraded once again to a 2.2 so any apps built as of today will not work with any of the plugins out there. Granted it shouldn't take much to fix that. Long story short I'm home today and I'll be fixing the links on my website so it directs to http rather than https. I will also be working on updating my code. So give it a couple of hours and my website should be functional.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • part12studios,

    The problem is the ssl certificate I had recently purchased is vulnerable to the poodle ssl attack. I have been trying to get my hosting provider to fix this but it is taking them forever. You should be able visit the site with old browsers or by http at http:/lockegames.com

  • Facebook only saves 1 number. So it's not really possible to use facebook scoring for a global leaderboard. Facebook doesn't allow you access to every members score. Just friends of the user. As for phonegap I don't know about crosswalk. I don't use phonegap myself. I had the help of a tester who used just used phonegap cli. I posted my working phonegap login code for Ashley to consider adding to the official plugin. So you might see phonegap login in the official facebook plugin soon. Not that I don't want to sells a copy of my plugin, but I don't want you to regret a purchase later if support is added into the official plugin. My plugin is geared more towards the website crowd.