• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Is it necessary to use ANE extensions for facebook login on air app?

New Here ,
Oct 19, 2016 Oct 19, 2016

Copy link to clipboard

Copied

About 10 days I have been researching for Facebook Login. I achieved to make a login ability on as3 work. When I try to prepare this ability for AIR Android I am having problem. Ex: ExternalInterface error facebook.login(APP_ID, onInit).. Then I researched and googled so many times. I had some advices about ANE usage. I am not big game programmer and I dont need to gain anything with my apps. These extensions are expensive for an amateur. The main question is.. Is it necessary to use an air extension for facebook login and showing user profile photo on my simple android .apk file? I need only login, not all device properties like vibration or any sensors. Sory for my English. I am using Adobe Flash and Adobe Air for android with AS3.

TOPICS
Air beta

Views

542

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Oct 20, 2016 Oct 20, 2016

Yes, you can login into Facebook (and get the basic logged in user profile) without using JavaScript or an ANE.

I will link two guides on how to do it:

socialmedia-auth/facebook at master · PhantomAppDevelopment/socialmedia-auth · GitHub

firebase-as3/auth at master · PhantomAppDevelopment/firebase-as3 · GitHub

Feel free to ask any additional questions here or on the GitHub repo.

Votes

Translate

Translate
Community Beginner ,
Oct 20, 2016 Oct 20, 2016

Copy link to clipboard

Copied

Yes, you can login into Facebook (and get the basic logged in user profile) without using JavaScript or an ANE.

I will link two guides on how to do it:

socialmedia-auth/facebook at master · PhantomAppDevelopment/socialmedia-auth · GitHub

firebase-as3/auth at master · PhantomAppDevelopment/firebase-as3 · GitHub

Feel free to ask any additional questions here or on the GitHub repo.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 21, 2016 Oct 21, 2016

Copy link to clipboard

Copied

Thanks thanks thousands of thanks Mr Phantom. This is the best answer for me. I tried simple app with only one button. It Works well. Now I try to show profile foto with these gathered datas. Thanks again and again.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 03, 2016 Nov 03, 2016

Copy link to clipboard

Copied

Hi Mr Phantom again. You helped before about this topic. Thanks again. Now another two problems are exist.

  1. How to provide Log Out option
  2. How to check the status

I tried to delete access_token parameter in air app but it didnt work. Thanks again.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Nov 03, 2016 Nov 03, 2016

Copy link to clipboard

Copied

LATEST

Hi,

I have never tried to logout but I think the answer can be found here:

Facebook Oauth Logout - Stack Overflow

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines