fred37000's Forum Posts

  • Hello construct team or user of construct,

    I make a professional game. I start my project with construct 2 r212-2. I use request ajax and php scripts and sql database.

    When i builded html5 page and tested my games on facebook with construct 2 r221, my scripts for read my database works fine but write in my database, my script update sql database but return nothing. But, if i use r212-2, all request works fine and write script return "echo" in ajax.

    Why? My script or ajax plug is different update between two versions of construct?

    Sorry it's impossible to attach capx or scripts.

    Thanks.

  • I reboot my android, i reinstall my app and now the key hash error is come back, this plug doesn't works for me, cordova or phonegap facebook. I don't understand.

  • It's normal sometimes log facebook with cordova = restart application?

  • It's ok, it's work fine now. I fixed the problem, I explain how i do that.

    • I put AAAA...= key hash, i log in facebook, error message. "zej....= key hash invalid".
    • I use Andy url with generate .keystore and i genrate key hash, "62a.....=" is my new key hash, test my app same error with "zej...= key invalid".
    • I put the invalide key in my properties facebook developper apps.

    Now it's work fines with differents facebook account. So my key hash it's "zej...="

    Sorry for my bad language but WHAT THE FUCK :p?

  • I saw your tutorial, the keystore generate is ok for generate a release key hash?

  • Thanks Andy. I check the tuto you send me. I test again, when i touch login button, i've an error key hash, "invalid key hash. The key hash zcJ+....= does not match any stored key hashs. Configure your key hash..". Bizarre, because my key hash for the moment is AAAAAA...= like the phonegap tuto. I should put my key hash somewhere in diffent files?

  • hello Andy, so, i use a cranberrygame plug, i tried with cordova plugin or phonegap, both plugs doesn't work, when i logged in facebook, both plugs probleme with key hash. i export my game in android crosswalk. The tutorial name is phonegap cranberrygame on scirra. For your url, I generate a debug key hash with my cmd and open sll, but i don't understand how i do to connect with intel xdk and construct 2. For generate debug key hash you must have a debug.keystore, i generate with a project with android studio for exemple. This soft is very no practise and I should'nt need it.

    It's confuse for me. Sorry for my bad english.

  • ok, thanks for your answer, the tuto use a particular plugins?

    Good continuation for waiting tutorial.

  • Hello construct team, it's possible to release a tutorial who explain step by step how login facebook android with intel xdk?

    I use phone gap or cordova Facebook plugs, but it's does'nt works, and few tutorial explain how generate keyhash. The login doesn't works for me because key hash problem, my game is on facebook pc and it's a public games so i need a release key hash (a tuto by Phonegap Facebook Plugin explain put AAAAAAAAAAAAAAAAAAAAAAAAAAA= but it's does'nt works too) .

    I exist some tutorial with android studio, but no intel xdk. It's difficult for me.

  • Hello, i've a big problem with login facebook in android. I use a cranberrygame cordova facebook plug for build android crosswalk.(I test with phonegap plug too)

    I've problem with key hash. The first connection is ok(restart application after connexion is ok sometimes), but the second time and after, i've an key hash error. Tuto phonegap facebook say put (27)xA= to key, but it's doesn't works now.

    It is possible to generate without android studio? I succes generate key with windows command, but it's a development key, how use this key with my package i don't understand, how generate release key, i don't have release.keystore file so I don't understand.

    So, it's very difficult to me do this buton. I tried since few days.

    Is there a simple tuto who explain login facebook android with construct 2 and intel xdk with this plugin or another plug? I don't understand, Construct 2 build games in android or ios, Login facebook sould be a release tuto who explain how do that and simple searh for find this tuto. It's me problably :p...

    Thanks for your answers and sorry for my bad english.

  • Hello, the tuto exist now? I've this probleme log with key hash. I use cranberrygame cordova facebook plug. I fallow another tutos for generate key, it's does'nt work.

    Their tutos are for use android studio and java kit dev and manipulate windows or mac command. I find a tuto generate key for intel xdk , i don't understand how work's.

    Sorry for my bad english and thanks for your answers

  • ok sorry, it's work for me for android, this help me for ios version. Thanks

  • Hello irinia, for your problem so :

    • in c2 put orientation : "any" in project properties.

    after in xdk :

    • import your html5 page
    • click project (right top btn)

    -in cordava hybrid mobile app settings you are 4 btn in blue color, choose what type of build do you want (clic case what you don't want)

    • build setting after and + btn, choose orientation portrait (look the window name just bottom build setting is type of build do you want)
    • build and ok

    I hope is clear, sorry for my bad english.

  • Hello, sorry i work in facebook pc version and now i return to android version. So for fixe problem, exact BackendFreak, i check fullscreen option in intel xdk.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I don't know if i a a same problem, but ajax in r216 64bit with windows 7 bugs. I tried to save scores with a script php in sql database. i do a request url, after my scores is save in my database, but he enter the ajax error trigger and the code next does'nt effected(because the next code is a complete trigger). I'm install r212-2version. Now it's work find without change code.

    I hope i clear and sorry for my bad english. Good continuation.