Thanks for the respone. I am a bit confused. I dont want to add anything to the databse I just want to return all records from the database that match on user id to the initial response of the users friend list. Maybe my second sentence should say" Is there a way to query the tiggzi dataabse US...
My app gets API response from facebook that returns all friends of current logged in user. The responses are displayed in a list. Example response: id123 name1 id234 name2 id345 name3 Is there a way to add to the response the users(friends) entires that also are in the tiggzi dataabse? Tiggzi db id1...
My app gets API response from facebook that returns all pages that current logged in user "likes". The responses are displayed in a list. Example response: id123 name1 id234 name2 id345 name3 I want the user to be able to click a response from the list and save the id to a local storage va...
My app gets API response from facebook that returns multiple posts from logged in user. how can I save all posts displayed on results page to tiggzi database? Example response: user id123 post1 user id123 post2 user id123 post3 I need to save all posts to database. There can be a different amount of...