打开Facebook托管页面总是会出现“网络错误”

时间:2013-04-30 08:17:33

标签: android facebook facebook-apps

我正在将用户从我的应用程序导向移动/网络上的Facebook应用程序:

try {
    EventParams("type", "follow_facebook"));

     /* should work after adding keyhash to the android app */

     context.getPackageManager().getPackageInfo("com.facebook.katana", 0);
   ((Activity) context).startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("fb://profile/"
                    + FACEBOOK_APPLICATION_ID)));
    } catch (Exception e) {
            ((Activity) context).startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https://m.facebook.com/zyggabar")));
    }

Facebook应用程序确实加载但总是带有“网络错误”标题。我猜这是Facebook的错误。有没有人在这种类型的Facebook行为中遇到过?

0 个答案:

没有答案