facebook - Request app links in android - no request ids -


i've set basic application, using "send requests" , "handle request app links" docs reference.

now when check "facebook login" in app settings, request app links don't work @ - facebook app gets infinite "wait while i'm loading something" state.

when check both "facebook login" , "deep linking", request app links work - however, no request ids being sent app. in fact, getintent().getdata() returns only: http://www.facebook.com/apps/application.php?id=[app id]

here's code sending request:

bundle params = new bundle(); params.putstring("message", invite_message); webdialog requestsdialog = (     new webdialog.requestsdialogbuilder(this,         session.getactivesession(), params)).setoncompletelistener(new oncompletelistener() {              @override             public void oncomplete(bundle values, facebookexception error) {                 on_invite_request_complete(values, error);             }          }).build(); requestsdialog.show(); 

any suggestions, except double-checking app settings of facebook? or there easy miss in these settigs?

nevermind - checking out "knowing issues" page revealed facebook having issues notifications on android since marh, 28th.


Comments

Popular posts from this blog

asp.net mvc 3 - Using mvc3, I need to add a username/password to the sql connection string at runtime -

kineticjs - draw multiple lines and delete individual line -

thumbnails - jQuery image rotate on hover -