For the purpose of searching admin activity in a group I manage, can I authenticate as myself in Postman so that I can try to run some GraphQL as me? And if so, how?
Related
While reading instagram basic display api documentation I get the sense that we cannot use this api for authentication. As they write under the limitation as:
Authentication — Instagram Basic Display is not an authentication
solution. Data returned by the API cannot be used to authenticate your
app users or log them into your app. If you need an authentication
solution we recommend using Facebook Login instead.
But looking at their API reference I get they provide oauth tokens and authentication flow /scopes.
Their getting started guide also list down steps to setup app. Anyone please explain what I am missing there ? I am looking for social login solution using instagram, thanks.
Or, how can I access an Uber Development Representative?
For my app, I need a server token.We have tried all the hints we could find so far with no luck.
I hope not to be duplicating any question, and also not to be asking something too basic.
I´m building a web app in ReactJS, just to get familiar with the framework. I planned to grant access to users using a Facebook login, which I already have working with react-facebook-login. I also have a Spring Boot Rest API, to serve the front-end. But I want to allow access to part of my API just to authenticated users, using the Facebook access token. So in my back-end, I had to do an org.springframework.boot downgrade from 2.0.4.RELEASE to 1.5.10.RELEASE so I can use the Facebook Graph API. Do you guys think this is ok? or should I use a different approach?
And to be honest I´m a little confused on how to achieve a correct validation of the user's request on the restricted areas of my REST API using the access token sent from the front-end, Do you guys have any suggestions on this matter?
Thank you all for your help.
i need to get my facebook notifications. So i find this: http://developers.facebook.com/tools/explorer/?method=GET&path=me%2Fnotifications
if i understand well i need to get a token and go to https://graph.facebook.com/me/notifications/ to get an array of all my notifications.
But i can't understand how i can get a corrent token.
Someone can help me? :)
You need to authenticate using Facebook Connect first.
This is probably where you should start reading.
http://developers.facebook.com/docs/authentication/
I want to access facebook REST API's using PHP OAUTH functions instead using their php_sdk. Is there anyone to help me out in this?
You can save the user details in a table as mentioned in http://net.tutsplus.com/tutorials/php/how-to-authenticate-your-users-with-facebook-connect/ and manage sessions from that point effectively to achieve your goal