Page 11 of 14

Brand New to Tiggzi

Posted: Wed Mar 27, 2013 10:02 pm
by Joe Paisley

I do have this from the Developer Tools when I press the "log in" button on the "connect" page in the browser. Image


Brand New to Tiggzi

Posted: Wed Mar 27, 2013 10:03 pm
by Joe Paisley

Thank you!


Brand New to Tiggzi

Posted: Wed Mar 27, 2013 10:04 pm
by Joe Paisley

I hope this helps!


Brand New to Tiggzi

Posted: Thu Mar 28, 2013 11:41 am
by Maryna Brodina

Thank you! Working on it.


Brand New to Tiggzi

Posted: Thu Mar 28, 2013 5:42 pm
by Kateryna Grynko

Hi Joe,

Untick "Render all pages in one HTML file" in App Settings. This should help.


Brand New to Tiggzi

Posted: Thu Mar 28, 2013 6:18 pm
by Joe Paisley

No change for me on this end.


Brand New to Tiggzi

Posted: Thu Mar 28, 2013 6:19 pm
by Joe Paisley

Could we work with the Facebook Graph API error? Could it be related to the error we're already having? Image


Brand New to Tiggzi

Posted: Thu Mar 28, 2013 8:21 pm
by Kateryna Grynko

There are the following errors in your app.

  1. On page "Connect" on "Log In" button click Facebook login page opens and then Rest Service "GetData" is invoked. Before invoking Rest Service you should get access_token via "Get_Token" service.

  2. You should invoke services to access Facebook API only after logging in FB account, i.e. Get_Token and GetData should be invoked on the page where you are navigated after FB logging in.

  3. In get_token service request parameter "redirect_uri" should point to page
    "http://project.tiggzi.com/view/7990d7..." and there should be nothing superfluous in this parameter.


Brand New to Tiggzi

Posted: Thu Mar 28, 2013 9:55 pm
by Joe Paisley

I'm not sure, but I think all of that should be right. I changed the "redirect_uri" and deleted the "access_token" service on the "connect" page. Is that what you meant for me to to do? Right now, it works in the desktop browser only. When I log in with the mobile browser, I'm taken to a screen, but it's only grey. I also saw this error in the Chrome Developer tools "console," after clicking the "log in" button. Could there just be a problem with my desktop or android phone that gives only me errors? Do you still experience errors when running the Eclipse project or the debug .apk? Thanks!


Brand New to Tiggzi

Posted: Thu Mar 28, 2013 9:56 pm
by Joe Paisley

Sorry, screen capture below: