What are recommended ways to use/store Facebook friends Information available using Facebook login?
-
I am planning to develop a mobile app where I am planning to use Facebook login and facebook friends. How is it recommended to use the information of friends. Should I store the ID of friends in the local database for of app or should it be accessed using facebook API every time user is trying to use data of friends. AND For example if I want to create groups with some specific friends of the users in each group, what is technically recommended way of doing that ? Are there any online blogs/examples/samples available ?
-
Answer:
You want to store data locally or fetch every time depends on in what context your app is using the data. If response time is more important than the up-to-date friends' list, you should store it locally and refresh it whenever user logs back in (or any other time as per the workflow). You should fetch the current list every time from Facebook if accuracy of the list is very important in the workflow and you have way to make users wait until the list is fetched.
Akshay Mathur at Quora Visit the source
Related Q & A:
- How To See Someones Facebook Friends?Best solution by Yahoo! Answers
- How to store an image in database using MySQL?Best solution by stackoverflow.com
- How do you store a dictionary on Parse using swift?Best solution by stackoverflow.com
- What are the ways to determine the credibility of online information?Best solution by Yahoo! Answers
- How to use Facebook login in a modal view in iOS SDK?Best solution by Stack Overflow
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.