I want to build a Facebook application that takes money from users through Facebook payments system. This application have to send money to a user. Can I do that through the Facebook payments system?
Egidio
Related
I'm trying to sent my customers a receipt through Facebook Messenger. They have already logged in to my website using Facebook oAuth2.
I can get their name, email, pictures, id and some other stuff. But in order to initiate a conversation it seems like I need their PSID - which you can only get after a user has messaged me first.
But I've seen other companies sent receipts through Messenger without the customer having to initate the conversation. How can I do this?
Is there a way to send the user to paypals "pay upon invoice"-page without using the iframe payment wall? I need to implement paying by invoice without using the iframe.
If a company wants to submit an Android app for facebook app review then which facebook account should be used? Should an owner's fb account be used to submit App for review? Because facebook doesn't have any such feature of creating account for a company.
What is the proper way?
The account of any user who is able/allowed to submit the App for review. Of course there are no company profiles, it has to be a real user - fake accounts are not allowed.
Using a Joomla website, I have a VirtueMart3 with a plugin called PayPal Payments Pro 3D. This plugins request a API Live Username, API Live Password and a API Live Signature and links it to the Paypal account.
I created an application at this address "https://www.paypal-apps.com/user/my-account/applications" , and after the application was approved, they sent me a "Sandbox ID"and a "Live App ID".
What is a "Live App ID"?
How do I get a API Live Username, API Live Password and a API Live Signature.
Thanks.
LIVE APP ID is provided to you when you create a Adaptive Payment Application.
You will need to use this APP-ID for making Adaptive Payment API calls.
LIVE:
You can get your API credentials at : https://www.paypal.com/cgi-bin/webscr?cmd=_get-api-signature&generic-flow=true (by logging with your paypal account credentials).
Sandbox:
https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_get-api-signature&generic-flow=true
A site I'm working for is having significant problems with fake users through facebook openID. Is there an API call which reports on the internal facebook calculations of the "humanness" of a user and/or indications that the account has been compromised?
If there were internal Facebook calculations of the "humanness" of a user, then there wouldn't fake users using openId to your client's website. Facebook would have already removed them.
You can check the verified field of the user Graph API object.
A user is considered verified if she takes any of the following
actions:
Registers for mobile
Confirms her account via SMS
Enters a valid credit card
You may want to play politics like some sites have done saying, you need X nbr of friends, have a profile pic, etc.