REST API to Meteor app

hi guys …

i need to create classified application & i suppose to develop using meteor . i application have mobile view & mobile app. i suppose to develop API meteor application & enable to access for mobile app & mobile view site … i,m confuse with RESTFUL package which one is best … i need to implement Facebook & LinkedIn login & stripe payment method

i see simple:rest pacakge have good community
https://atmospherejs.com/simple/rest

flow-router possible to implement with simple:rest
is this oky with my requirement .

flow-router is basically a client router (it’s not designed for server routes), so for server routes(REST) you can use simple:rest or nimble:restivus. I think both packages are the best suited for easy REST generation.

For facebook and linkedin login you don’t need REST routes since this is done by accounts packages. In general reading the guide is great for any advice you could need about REST too

thanks tcastelli . this is what ineed