Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

Brand New to Tiggzi

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

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

Brand New to Tiggzi

Thank you!

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

Brand New to Tiggzi

I hope this helps!

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Brand New to Tiggzi

Thank you! Working on it.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Brand New to Tiggzi

Hi Joe,

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

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

Brand New to Tiggzi

No change for me on this end.

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

Brand New to Tiggzi

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Brand New to Tiggzi

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.

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

Brand New to Tiggzi

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!

Joe Paisley
Posts: 0
Joined: Thu Mar 14, 2013 8:41 pm

Brand New to Tiggzi

Sorry, screen capture below:

Return to “Issues”