Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 3 years ago.
Improve this question
I have applied for public account twice in the last year and i never received an email from Viber that I have been approved for a public account. And now i don't even see the form you have to sign up in order to apply for a public account and get the api key from Viber.
I want to be able to send messages to my clients using Viber, is there a way I can do that?
btw, I know you have to be a big company in order to have a Viber key, but in my country I saw that they are companies that are big as mine and have obtained a key and I can't and that drive me nuts :( Any help will be thankful.
I want to try and use this library - https://github.com/Bogdaan/viber-bot-php
Viber Public Accounts are no longer supported and have been replaced with Viber communities. Right now, there is no way how to programmatically send messages to Viber Communities. I think that you search for Viber Bots or Viber Service messages - notification messages replacing SMS.
In the first case, you can use https://partners.viber.com/ to register your account and get the api key.
Viber Service Messages are paid per message sent and available through several providers.
Simply got to https://partners.viber.com/ and register new account.
You'll receive approve code to your viber app, and you'll be able to receive chat bot API key when complete registration at yours viber APP.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have gone thru the documentation of Account Linking but I am still unclear about the mechanics on how to build an action using a API that I do not own support Oauth2.
Let say, I want to allow Ebay users to ask "Hey Google, ask Ebay, has my order shipped?". With that question, I need to access user transactions on Ebay via API and I have no control over how Ebay OAuth2 endpoints and parameters.
Please let me know if you have done it or know a good example. Eventually, I will want to call API from various sites (some kind of mashup).
You will need to approach this in two parts - having an account in your system for each user and linking your account to their Assistant account.
The account in your system will store the credentials you need from them (usually an OAuth token) to access the API for a service on their behalf. This is typically done by having them log into your website and authorizing you to access the other service through an OAuth dance.
In the second part, the roles are slightly reversed. The Assistant now needs to get authorization from the user to access your service through an OAuth dance of some sort. This is what Account Linking does - it gets an OAuth token for your service to the Assistant so it can pass it to you and so you can verify who the user is.
Once you know who the user is (through the Assistant), you can then access their account on your service, get the auth tokens you need to access their account on another service (such as Ebay), and perform those actions.
In some situations, you can verify who the user is without Account Linking. The easiest is to require the user to sign into your service using Google Sign In (or otherwise get their Google account authorization to your service) and then use Google Sign In for Assistant to have the Assistant verify to you which Google account they're using. As above, you can then look up this account in your system and get the authorizations you have for the other services.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
We are interested to integrate LinkedIn into our CRM database to see where the people are up to now (changed job) based on person name and the current company name. Is this possible? As far as I know the API is restricted by the Linked credential and limited by his/her connections, is this right?
If it's correct, is there any LinkedIn API premium that we can access to achieve what we want then?
We know that the LinkedIn has a product called Sales Navigator and based on the demo looks like it's possible but the person has to be tagged first or something like that.
I'm appreciated your feedback.
Thanks
You can get a person profile after authentication, As of May 12th Linkedin has restricted the use of API Blog link.
According to which you may only access Basic Profile(Name,Picture,Headline,Title,Location,Current Position) for Full Profile Access you would need to Apply with Linkedin for a Partner Account.
"is there any LinkedIn API premium that we can access ?" Yes , Here is the Link to Premium link
"see where the people are up to now (changed job) based on person name and the current company name. Is this possible?" Yes in permission r_fullprofile there is a field isCurrent which is true for a current company and false for previous companies. You can also get a start date and end date for companies.
To get user connections ask for r_network permission. For a connection Profile you only get the Name,Profile Pic,Headline,Industry and link to connections linkedin profile
Have a Look at these links :
Data Fields : link
Transition Guide : link
API Terms of Use : link
You can't do this with the public api right now. You used to be able to, so if you apply for the [Partner Program] (https://developer.linkedin.com/partner-programs/apply) you should be able to get access to the features you want. This is only from my experience from what I was able to access in the past. It's worth applying to see if that data is still available to partners.
You can look at what is available through the public api right here.
https://apigee.com/console/linkedin?authTypeVal=oauth2&afterSuccessfulAuth=true
It is possible but some configuration with LinkedIn apps and i have integrate LinkedIn in Our Product. if you want to search any particular person information when first of configure LinkedIn Developer apps and get App ID and APP Secret Key and set as a default permission in your app settings or requested specifically via the scope argument during your authentication process after you will get Access Token then any user login and with your apps and authorize when you will get all profile information of authorize user
see this document may be helpful
click here
LinkedIn Throttle Limits
Application maximum : 100,000
Per individual user : n/a
Per individual developer : n/a
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I have a database that contains my company clients info. We want to enable those clients to register on our website and see their data. How should be newly registered user matched with Client entity in our database? Should it be manually done by administrator? If so, what data do we need to identify them? SHould the admin be informed by an email?
It's a matter of privacy.
INSECURE SOLUTION
If you don't mind the possibility of someone seeing your client's info, I would suggest the following:
Provide a form for your clients where they enter their customer ID (if they know it) or simply their full name
Match this info to your database and present a pre-filled form to your clients that they only need to check for changes.
SECURE SOLUTION
Send an email to all of your clients asking them to register using their code (you send them their personal code in this email and you can match this to your database).
Alternatively, you can let your clients enter all of their information and manually match this to the client entity in your db. I cannot suggest this, but if you want to do this, check it on a daily basis.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I'm ambitious to setup an SMS Gateway to provide SMS capability to multiple providers in India.
I want to provide the registered users the ability to add their own sender ID or even their mobile no. as sender ID (as 160By2 provide).
I have already explored the viability of a cellular phone based SMS gateway using Gnokii and some other proprietary stuff. But none of them are as we we all know any match to the capabilities of Bulk SMS Gateways.
I have an idea that we should sign some sort of contract with various wireless providers to be able to add messages to their SMS center queues.
I also would like to know the budget of such a setup :)
You need to get an SMS gateway and build you app over that. You can buy a SMS gateway from a company like this/smsxchange get a server on a lease and get it configured with Kannel
It totally depends on your requirement. If you want some thing like 160by2.com, then you just need to:
Buy a SMS Gateway
Build your app using thr APIs your SMS Gateway provider provides.
Setting up, Configuring, and Using Kannel to send/receive SMS messages
If you want you OWN sms gateway then get a server and install Kannel or follow this.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
What is the best way to allow one site user to pay to another user, through web site using credit card?
What is best fits for this Paypal Pro or Authorize.net?
You can't do this with Authorize.Net or Paypal Payments Pro because they offer no service for this. If you are a US based merchant, and you have to be to use Authorize.Net, you can't use your merchant account to accept payments on behalf of another businesses. It is called factoring and will result in your merchant account being shut down and your business, and you, being added to the Match File which is a blacklist that prevents you from ever having your own merchant account again. T
To accomplish this you will either need to use something like Paypal's split payments or force your users to all have Authorize.Net accounts. If they all have Authnet accounts you can dynamically use their accounts to process payments. However this means you will not be able to deduct any fees fro the transaction and will need to run another transaction to charge your users any fees incurred for providing your services.
If you want the transaction to go via your website, you would need to accept the payment from User A and then generate a payment to User B. This would mean the resulting payment would end up some 5 or 6 percent lower by the time you've paid for payment fees.
Alternatively, you could set up the payment to be direct from User A to User B, with PayPal you'd essentially be brokering a "payment to an email address" and it would then occur via PayPal rather than via your website. This method would essentially remove you from the process and possibly even protect you from charge-backs / payment disputes.