olahol / react-social

Simple React components for social buttons (Facebook, Twitter and Pinterest) and social counts.
177 stars 60 forks source link

facebook share button requires app id? #35

Closed riverKanies closed 8 years ago

riverKanies commented 8 years ago

I chose to use this package because when I originally went through the example and implemented it, it just worked (for facebook and twitter). Now however, it is acting like it expects and facebook app id. Does this require an app id? If so, why no mention in example. If not, why am I getting the error?

arvinkx commented 8 years ago

As far as I can tell, this is new on FB's end - it looks like they want an app ID now. Even FB's button builder asks for one. The FB button will need to be amended to require an app ID.

riverKanies commented 8 years ago

well that sucks... but I'm excited that I brought up a legitimate github issue! (it's my first)

riverKanies commented 8 years ago

I may push up a PR for the fix if that would be helpful

arvinkx commented 8 years ago

That would be fantastic!

riverKanies commented 8 years ago

wait, there's already an appId prop... I suppose it should be required now

olahol commented 8 years ago

@riverKanies you are completely right that the appId should be required. There should also be something about it in the README. I am always happy to get pull requests :smile:

riverKanies commented 8 years ago

@olahol opened a pr! hooray for open source! would love to have you merge it. also, will totally make any changes you suggest

olahol commented 8 years ago

Hooray!