VadaPay / Multifi-Rails

0 stars 0 forks source link

Social Media Integration #1

Closed aliirz closed 8 years ago

aliirz commented 8 years ago

The integration is just connecting the user's social media accounts to be able to post the offer links on social media. We will connect social media accounts via this page:

https://passjunction.herokuapp.com/#/index/sources

screenshot 2016-01-13 14 48 36

And then from the offers view (which we will add later) be able to share an offers link on one of these social media outlets. Auth tokens of these social media networks after OAuth can be saved inside the user model. Please feel free to edit the model to add the required fields.

amaris4you commented 8 years ago

I checked the flow of this task from the provided url: http://app.multifi.io/sources What I observe is that it is saving provider settings (token and other details) in the database for future use. For these we need to create apps in each provider and then it works.

I have got very good angular component here https://github.com/720kb/angular-socialshare and it does not require any app creation process. And it shares what we want to the required provider. Please go through and let me know.

aliirz commented 8 years ago

Please proceed with angular-social share. On Tue, Jan 19, 2016 at 16:01 amaris4you notifications@github.com wrote:

I checked the flow of this task from the provided url: http://app.multifi.io/sources What I observe is that it is saving provider settings (token and other details) in the database for future use. For these we need to create apps in each provider and then it works.

I have got very good angular component here https://github.com/720kb/angular-socialshare and it does not require any app creation process. And it shares what we want to the required provider. Please go through and let me know.

— Reply to this email directly or view it on GitHub https://github.com/VadaPay/Multifi-Rails/issues/1#issuecomment-172845966 .

amaris4you commented 8 years ago

Just to inform you, there is nothing anything to set for this one. Only need to add share links on Offer's view page and it will work.

aliirz commented 8 years ago

Please go ahead and add links below the offers on the offers page. I will add individual offer page later. On Wed, Jan 20, 2016 at 07:17 amaris4you notifications@github.com wrote:

Just to inform you, there is nothing anything to set for this one. Only need to add share links on Offer's view page and it will work.

— Reply to this email directly or view it on GitHub https://github.com/VadaPay/Multifi-Rails/issues/1#issuecomment-173080468 .

amaris4you commented 8 years ago

I have added share links on http://localhost:3000/#/index/offers page.

amaris4you commented 8 years ago

Code has been pushed. However I am unable to create a new pull request. It might possible that there is already one pull request there.

aliirz commented 8 years ago

Closing this up