I need to create an internal profile page in my app for users before they actually sign-in via Facebook. Any chance knowing what would be each FB user APP USER ID ahead?
Thanks!
Related
I have a mobile application, we implemented a Facebook Login as one of the different ways to register and log users in, now Facebook asks for "Data Deletion Request Callback" which will delete Facebook data if the user removed the app from his Facebook account.
the question is what data should I delete (Facebook ID, Image, Email)?
or should I remove his account on my app (that will cause a problem with my data)?
not sure how Facebook reviews, Approve or disapprove goes, can anyone share his experience about this?
I have a web app from which users can schedule messages to be posted to their social networks. My app doesn't use Facebook as a login mechanism to access it, you login using a regular user. Facebook Login is done inside the app when users explicitly ask to, so they can select where (wall, list, group, etc.) their messages would get posted.
Is Login with Facebook required for my app review to be successful?
Thanks
I'm getting the app scoped user id for my Facebook app using the graph api but I need the real user id to send notifications. Or is there a way to send notification using the app scoped user id?
Note: I've seen several similar questions asked but no answer has been given.
No you can not get the real user id. Yes, you can send notifications with the app-scoped id if your application is on the Facebook canvas. I do it in my apps.
I want to avoid second login on my web-application. I want from my users who want to signup in my web application, then he/she login from facebook account and installed my facebook application, application ask for some permissions Full Name, Contact list, Primary Email, Chat, Messages. now my web-application linked on his facebook account. after then he/she logout from facebook the facebook session is destroyed and browser is closed
when he/she wants to login after 1,2 days. I don't want that user login again from facebook because he/she already logged before and our application is already linked on his account.Is this is possible.
when he/she wants to login in my application so he/she can access chat/message and friendlist from facebook.
You should be able to use your app's access_token to make Facebook requests to publish graph requests but I don't think you can do everything you want. You need the user access token
https://developers.facebook.com/docs/facebook-login/access-tokens/
Is there any way to get the Facebook User Id of visitors in my website by using the FB API, but without need to ask them to authenticate my Facebook app?
All I need is some facebook-related-identifier, it does not even have to be the User Id, but any kind of identifier that can relate the user to a facebook profile.
Ideas?
If the user does not explicitly authorize you to get some private data from his Facebook account (included his Facebook ID), you can not get them.
I cannot think of a way to get the Facebook ID without the authorization of the user.
Hope that helps.