Create/Update Page Tabs - Using API - facebook-apps

I am very new to facebook application development and gone through the 'Getting Started' guides and Beginner tutorials. Actually it's good to place to start and familiarize the terms and core knowledge about app development.
There is a customer requirement where they can able to create/update custom tabs(for pages) for all of their customer's facebook account.
I just need to make sure that I am progressing on the correct path.
1) Create an App
2) Customize the permissions for accessing user's pages/tabs
3) Create/Update/remove/maintain the tabs with this application
Please advise if I missed anything here. It would be helpful if you point any good places to start/architecture etc... Thanks in advance.

To manipulate tabs for a page, you need the manage_pages permission.
For more details on what you can do with tabs using the Graph API: http://developers.facebook.com/docs/reference/api/page#tabs

Related

Deep link to open a webpage where user can submit form which then takes him to app download page

I am completely new to branch.io. And I am trying to incorporate this into my project. I have a use case where a person will send an invite link using branch to attend a meeting. Also this link should be unique to the invitee. Once user receives a message with link he will click on the link and it should take him to a webpage(my own)/Deepview(branch.io), where he should be able to submit the form which will register him for the event. Once he finishes the registration, show him the page where there is a download app link.
So far I looked into branch.io documentation but i am confused what all features i should use. This is what i found so far. let me know if this is suitable for my use case or not.
For the first scenario of sending unique links i was thinking of using branch.io API as this is what their website suggests
Secondly on click of link taking user to some landing page. this is the part where i am very confused. I didn't find any article which says i can submit a form in Deepview. Or do i have to use my own webpage where user will submit the form and then get that information and send it to braze to create another Deeplink which will take user to app download page.
Please suggest me the features of branch.io, that I should use for my use-case
thank you for contacting Branch. You can create a unique Branch Link with the following ways based on your situation.
Use Quick Links or Ad Links from Branch Dashboard for fast link creation and easy tracking.
Use our App SDK to create and share links within your app.
Use our Web SDK to create links which help convert your web users to app users.
Use our HTTP API to programmatically create links from your server.
Use our Chrome Extension to generate links from your browser.
Also, you can set a different final destination (User landing page) in your Branch Link for your app based on your purpose. For example, you can make users who do not have your app in their device can land on either the App Store, Deepview (is a mobile web splash page, hosted by Branch), or specific webpage via your Branch Link according to your needs.
Please feel free to contact support#branch.io if you have any further questions. We are happy to help you.

How would I make my own feed/marketplace? [React Native]

I am so curious about how companies make their own marketplace within an application? I am trying to achieve a marketplace where individuals can sell products on a mobile application. So when a user logs into the app they are met with a live feed of various products. Something similar to the GOAT app, eBay, or Etsy. Usually, I know where to start, however, I have never dealt with an idea so complex. I know it can be done because it has been done multiple times over. However, I am asking if someone could provide me with some guidance. I did some Googling but came out empty-handed. Is there a video tutorial or a step-by-step guide on something like this? I also do not mind buying a course if I can achieve this effect!
Currently, what I have now are three pages! A working signup and login screen with a firebase backend that authenticates a user's email and password. It leads to my home page which is very basic. Just a header with tab navigation! I know it is very barebones... however I came here to see if I can be provided with some steps from here. Maybe even a proper technology stack.
Thank you in advance for any help!
Here are some examples of apps with live marketplaces:
https://appsftw.com/app/looklive-shopping-app-discover-celebrity-fashion
https://itunes.apple.com/us/app/shop-sell-save-with-ebay/id282614216?mt=8
https://itunes.apple.com/us/app/goat-shop-sneakers/id966758561?mt=8
Hey research marketplaces with ready app react-native template like this template e-commerce . But you need some knowledge about react-native or you can ask a freelancers.

Shopify App développement general information

im new to shopify, have been working with Wordpress/Prestashop/Magento apps [PHP]. Yet i have to create an app for Shopify, and i need few informations to start in the good direction.
First of all the app need to add the JS to selected Page of the shopify. Example on other platforms i create an admin with listing of all page/ categories of the website, you select them and it add the Js to that spécifique page.
Question, is that possible with shopify since it's a hosted e-shop?
If it's possible, what to use ?
The shopify Embedded POS package ? [ruby] or start a Php one... im a little bit lost.
Any help appreciated

access google custom search from my android application

I m trying to develop an android application which takes recipe name from user and internally search recipe of entered name from Google custom search and give it user.
But i do not understand how to access Google custom search from my android application. Please help me to get out of this.
Thank u in advance.
Google provides a JSON/ATOM Custom Search API. That would be the way to go about integrating the Search into your Android application.
To make the integration processes easier into any client application and avoid doing all the REST stuff in your code, there are a number of client libraries made available. Take a look.
Be aware of the pricing i.e. free quota v/s billing.

Facebook Integration with an external site

Hii..
I am working on developing a website and I want it to be integrated with Facebook, i.e. I want to fetch logged-in user's information like his wall info, comments, his feeds etc. along with his friends's information,their comments etc..
Also I want user of my website to be able to post comments, feeds on his wall, update / upload picture etc.
And all that I want to do using facebook API..
Is there any way to do it..? Please help me out, I am really not getting the way that how to do it..
Yes this all possible, but your question is too vague to have definite answer.
First you need to learn about:
Social plugins
Javascript SDK
Authentication (see Single Sign-on with the JavaScript SDK)
FQL
If after that you still have some specific questions we would be able to help further.
I'm not sure what languages/technology stacks you may be considering for your site, but you could also check for plugins that interface w/ the fb API such as
Facebooker - Rails plugin
Facebook Graph Plugin - Grails plugin