Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Android Support #33

Closed
rt2zz opened this issue Sep 16, 2015 · 63 comments
Closed

Android Support #33

rt2zz opened this issue Sep 16, 2015 · 63 comments

Comments

@rt2zz
Copy link

rt2zz commented Sep 16, 2015

It would be great to have android support

@drager
Copy link

drager commented Sep 28, 2015

I agree on this, hoping to see this soon.

@captainsano
Copy link

👍

4 similar comments
@lalith26
Copy link

👍

@danghatam
Copy link

👍

@diemvtt
Copy link

diemvtt commented Oct 1, 2015

👍

@khanetor
Copy link

khanetor commented Oct 1, 2015

👍

@Sh3rawi
Copy link

Sh3rawi commented Oct 5, 2015

+1.

@ms88privat
Copy link

👍

2 similar comments
@PoshHsu
Copy link

PoshHsu commented Oct 7, 2015

+1

@yeso126
Copy link

yeso126 commented Oct 8, 2015

+1

@pickhardt
Copy link

Since everyone else has already +1'ed this, I'll ask a question. Should we be expecting this soon, in a few months, never? The last commit was 3 weeks ago and we're not sure what the status is.

@mingflifb
Copy link
Contributor

This is something we would like to have and support, but there's no timeline or schedule to announce at this time.

@khanetor
Copy link

khanetor commented Oct 9, 2015

I think this lack of support, whatever the reason is, is hindering React
Native to really shine. Most people who are struggling here are not
familiar with using native module or native UI components in React Native
JavaScript.
I think that it is worth while if you invest in tutorials (videos, best
practices and stuff) for using fbsdk with React Native, both in iOS and
Android, so that you no longer have to maintain this for the community, and
we can customize the behavior to our heart content. The fbsdk is complex
and featureful enough that the experience can be applied to other native
libraries.

On Sat, Oct 10, 2015, 1:53 AM Ming Li notifications@github.com wrote:

This is something we would like to have and support, but there's no
timeline or schedule to announce at this time.


Reply to this email directly or view it on GitHub
#33 (comment)
.

@ktoh
Copy link

ktoh commented Oct 11, 2015

+1

@yogurt-island-331
Copy link

@nlhkh @mingflifb @pickhardt First this is an amazing repo, thank you guys so much for creating this, but I also agree that there haven't been many updates...as a developer, I would love to get more help on this SDK. I also think maintaining this repo is a good business decision since it gets more developers to adopt the Facebook platform :-)

@anusharamachandra
Copy link

👍
Can you please provide support as soon as possible? It would be really helpful for all of us.

@pickhardt
Copy link

In FB's defense, the people working on RN have a lot to do and I suspect are spread thin. This particular repo feels unmaintained, and could use some more focus, but RN on the whole is a great gift from Facebook that we should be grateful for.

@yogurt-island-331
Copy link

I cannot agree with you more, RN is absolutely amazing, and I definitely
understand that they are spread thin and I am really grateful for their
hard work

On Wednesday, October 14, 2015, Jeff Pickhardt notifications@github.com
wrote:

In FB's defense, the people working on RN have a lot to do and I suspect
are spread thin. This particular repo feels unmaintained, and could use
some more focus, but RN on the whole is a great gift from Facebook that we
should be grateful for.


Reply to this email directly or view it on GitHub
#33 (comment)
.

Kevin Zhao | LinkedIn http://www.linkedin.com/in/kevinzhaouva | Personal
Blog https://medium.com/@kevinzhao | Github
https://github.com/kevinzzz007
(434) 282-5369
Computer Science and Information Technology | University of Virginia 2016
Alpha Kappa Psi Professional Business Fraternity
http://www.akpsiatuva.org/

@lalith26
Copy link

I would definitely agree about the awesomeness of React-Native. But Since React-Native has just been released for android, There are not a lot of modules which people can really refer to. So, It would be awesome if Facebook itself provides this and People can use this as a reference while creating other modules or exposing UI Components.

@PhilippKrone
Copy link
Contributor

Are there any news here? It would be highly appreciated to have android support :)

@jforaker
Copy link

+1,000,000

@akiran
Copy link

akiran commented Oct 23, 2015

+1

@ms88privat
Copy link

Please! 👍

@PhilippKrone
Copy link
Contributor

@dzhuowen Do you know whether someone is working on it at the moment?

@braco
Copy link

braco commented Nov 3, 2015

Crickets

@magus
Copy link

magus commented Nov 7, 2015

There is a PR up in my repository which people have verified is working but it's important to note my library is focused on login. Any additional features such as sharing and graph requests may not be as simple as through this library. Maybe we can merge the result into this library as well, somehow.

magus/react-native-facebook-login#33

@MrSaints
Copy link

👍

@MossP
Copy link

MossP commented Nov 16, 2015

this would be great +1 👍

@mattds
Copy link

mattds commented Nov 20, 2015

👍 @dzhuowen any plans to support android?

@magus
Copy link

magus commented Nov 20, 2015

Android support merged into my repo
https://github.com/magus/react-native-facebook-login

@jaggs6
Copy link

jaggs6 commented Jan 2, 2016

👍

@pickhardt
Copy link

The thumbs ups are pretty redundant at this point.

@jaggs6
Copy link

jaggs6 commented Jan 2, 2016

Maybe requesting the React Native Engineering Manager might help. @obishop

@Dr-Horv
Copy link

Dr-Horv commented Jan 6, 2016

👍

@rt2zz
Copy link
Author

rt2zz commented Jan 6, 2016

Please consider using https://github.com/magus/react-native-facebook-login - it wraps the SDK and should not be hard to extend with other functionality

@niftylettuce
Copy link

I agree with @rt2zz -- Android support is in the /android examples folder here https://github.com/magus/react-native-facebook-login/tree/master/android works great for me. 💥

@pickhardt
Copy link

My understanding is that https://github.com/magus/react-native-facebook-login is just for the login functionality, whereas this repo aims to be the RN way to interact with the FB APIs. For example, this repo should be able to do sharing messages, app invites, etc. I actually tried the other repo out a few months ago, before it had Android support, and it's alright for what it does (login), but it's not really the same. Login is probably the most important feature, but the other features are also important.

@niftylettuce
Copy link

You could have server side handle API events and send responses, but that
might be overkill
On Jan 6, 2016 9:57 PM, "Jeff Pickhardt" notifications@github.com wrote:

My understanding is that
https://github.com/magus/react-native-facebook-login is just for the
login functionality, whereas this repo aims to be the RN way to interact
with the FB APIs. For example, this repo should be able to do sharing
messages, app invites, etc. I actually tried the other repo out a few
months ago, before it had Android support, and it's alright for what it
does (login), but it's not really the same. Login is probably the most
important feature, but the other features are also important.


Reply to this email directly or view it on GitHub
#33 (comment)
.

@obishop
Copy link

obishop commented Jan 7, 2016

cc @frantic who might be working on this

@frantic
Copy link

frantic commented Jan 14, 2016

We're on it folks, have some internal prototypes and will be pushing them to OSS soon

@MossP
Copy link

MossP commented Jan 14, 2016

Thanks @obishop, @frantic. We all look forward to it 👍

@ericraio
Copy link

👍

@kanerogers
Copy link
Contributor

Great to hear, @frantic. ❤️

@9mm
Copy link

9mm commented Jan 22, 2016

That's awesome! Do you have a super rough ETA? I'm trying to determine if I should hold off implementing it or go with a short term solution

@dzhuowen
Copy link
Contributor

We plan to release it before F8 this year :-).

@shukerullah
Copy link

+1

1 similar comment
@deresegetachew
Copy link

+1

@pickhardt
Copy link

For those wondering when F8 is, I looked it up and F8 is April 12. My guess is it's a quarterly goal to release it by the end of Q1 (March), so that it's released in time for April 12.

@hobbyexplorer
Copy link

+1

5 similar comments
@iamuros
Copy link

iamuros commented Feb 10, 2016

+1

@crysfel
Copy link

crysfel commented Feb 15, 2016

+1

@Ricky-Nz
Copy link

+1

@timsmiths
Copy link

+1

@SlowShip
Copy link

👍

@mingflifb
Copy link
Contributor

Hi all, we know that everyone wants Android support, and please know that we're working on it, but I'm locking the conversation for now.

@mingflifb mingflifb reopened this Feb 18, 2016
@facebookarchive facebookarchive locked and limited conversation to collaborators Feb 18, 2016
@dzhuowen
Copy link
Contributor

Hey everyone, thanks for your attention to the repro. The Android support is up for grab in release-0.1.0-alpha branch now. Advices and comments are welcome :-D !

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests