How to Create a Microsoft Login Button Using PHP
PHP tutorial on creating a Microsoft Login Button
我有一套已经上线的 H5 页面,用户会在手机浏览器、桌面浏览器以及 Telegram 内置网页里访问它。由于涉及 Web3 场景,现在出现了几处影响正常使用的严重问题,我需要一位前端开发人员尽快排查并修复。 要求中文沟通 具体表现 • 推特 OAuth 绑定后无法顺利跳回我们的页面,回调参数偶尔丢失 • Reown 钱包连接、mint、转账经常断开,签名请求不稳定 • 点击 Mint 按钮后交易经常失败,同时在部分浏览器里根本侦测不到用户已安装的钱包插件 技术栈react+typescript+web3+ 后端接口均已就绪,所以你只需专注前端逻辑、事件监听、钱包连接流程以及与 Twitter 的 OAuth 跳转兼容性。 还有与后端的数据正确传递 交付要求 1. 修复并验证 Twitter 绑定与回调流程,在移动端、PC 端和 Telegram WebView 中都能正确携带参数返回。 2. 稳定 Reown 钱包连接,确保签名与交易流程连续可用。 3. 解决 Mint 失败问题,并在页面里准确检测浏览器钱包插件的存在与否,给出友好提示。 4. 在上述三种访问环境全部通过回归测试,提交可复现的测试用例或视频。 5. 提交经过注释的核心代码 diff 及简单说明文档,方便后续维护。 时间非常紧迫,我希望你拿到代码库后能立即着手,尽快交付可用版本。如你有处理 Web3 钱包兼容、跨 WebView 场景经验,请在开工前简单说明类似案例,方便我快速判断可行性。
我正在使用 OpenClaw 作为业务后台,希望把 TikTok 账号完整接入其中,以实现更高效的用户互动。核心目标是让系统能够直接对接 TikTok API,帮助我在后台就能: • 自动抓取并显示视频的实时点赞、评论数据 • 一键回复或点赞评论,提高互动频率 • 监控粉丝增长,并输出每日/每周统计报表 我最看重的是「用户互动」效果,因此在技术实现之外,也请为我预留拓展空间,方便后续通过发布有趣的视频内容来持续提升粉丝量。 交付需求: 1. 搭建与 TikTok API 的安全对接(OAuth 授权、权限管理)。 2. 在 OpenClaw 中新增模块或插件,前端界面可查看与操作点赞、评论。 3. 粉丝增长分析:提供折线图及关键指标导出(CSV/JSON)。 4. 完整部署文档与简明用户手册,确保我无需额外开发即可维护。 如果你熟悉 TikTok 开发者工具、Webhook 以及常见的 Node.js 或 Python 框架,并能保证接口稳定、数据合规,请与我联系并简要说明你的实现思路与相关经验。
我正在寻找一位经验丰富的开发者来构建3D棋牌游戏服务端。理想的候选人需要具备以下技能和经验: 核心功能: - 支持多人在线对战 - 排行榜和积分系统 平台支持: - Android 和 iOS 安全功能: - OAuth 和单点登录 (SSO) 技术栈: - Node.js - MongoDB - Redis - RabbitMQ 要求: - 5年以上棋牌游戏服务端开发经验 - 能够提供作品集和案例 - 能够独立部署项目 - 具备集群和负载均衡的相关工作经验
...intuitive iconography, and responsive behaviour across desktop and mobile. You’re welcome to prototype in Figma or a similar tool before coding. • Front-end implementation – I’m comfortable with modern stacks (React, Vue, or similar). Whichever you choose, the final code should be modular, well-commented, and production-ready. • API repair – track down and resolve the authentication issues (JWT/OAuth handling, token refresh, or session management). Once fixed, the sign-in, sign-up, and protected-route calls should return consistent 2xx responses under normal usage and meaningful 4xx/5xx codes on failure. • Seamless hand-off – after everything is merged to the main branch, I’ll need concise setup instructions and a brief walk-t...
...a variable syntax like {{}}. - Skill execution should be resumable (for actions that wait for user input). - Store execution state per session (which actions ran, their outputs, current position). Credential vault: Skills that call external APIs need stored credentials. Implement encrypted credential storage (AES-256-GCM) with: - CRUD operations for credentials (API keys, OAuth tokens). - OAuth2 authorization code flow support (initiate, callback, token refresh). - Credentials are scoped per bot/organization. 2. Skill Intent Detection Before a skill executes, the system needs to detect which skill to trigger based on the user's message: - Each skill has one or more intent phrases (example utterances). - Use embedding-based matching: embed intent phrases with OpenAI's
I need a clean, production-ready Shopify OAuth flow wired into my existing web application so that store owners can click “Connect with Shopify”, authorize, and be dropped straight back into the app without friction. Once the token is stored, the app must automatically pull every product in the merchant’s catalog—no category filtering, every single item—via the Shopify Admin API and keep it in sync on an ongoing basis. The sync needs to include: • Price data for each variant • Full product descriptions • All images (with their positions and alt text) • Real-time inventory levels A webhook or other event-driven approach is preferred so updates appear quickly rather than relying solely on scheduled polling, but I’m o...
...MySQL (existing) **Expected result:** Adding a new user requires only: (a) configure outbound webhook in their Zoho Mail, (b) create 7 mapping records in Notion with their folder IDs. No changes to Make needed. **Note to validate:** The "Admin FULL" Zoho Mail connection (ID: 8076348) needs to have permission to move emails across multiple organizational accounts. If it doesn't, a Zoho admin-level OAuth connection may be required — please flag this during implementation. --- ### Improvement 3 — Review and fix misclassifications **Goal:** Audit recent execution history and improve classification accuracy for observed error patterns. **Known issues:** - Provider API notification emails classified as `notificaciones` instead of `otros` - Some newslet...
...Create unified logging across all services 2. API HANDSHAKING (25%) Finalize the "pipes" between internal gateway and external Telco APIs Implement bank webhook handlers (Finacle/Oracle - read-only) Set up HMAC signature verification for payment callbacks Configure Africa's Talking SMS gateway integration Create fallback mechanisms for API failures 3. SECURITY HARDENING (20%) Implement OAuth 2.0 / JWT authentication across all services Apply AES-256 encryption for all PII fields at rest Ensure TLS 1.3 for all data in transit Set up role-based access control (6 user roles) Configure audit logging for all system actions Prepare for security audit and penetration testing 4. PERFORMANCE TUNING (15%) Optimize communication between the "Brain&qu...
...Different permission levels are essential: think super-admin, organisation admin, coach/mentor, and end user, each with their own dashboards and editing rights. I’m flexible on the exact tech stack, but a modern approach such as React or Vue with a Node/Python backend, PostgreSQL, and a shared code-base mobile app (React Native or Flutter) makes sense. Please leverage secure authentication (OAuth, MFA), clean API architecture, and cloud hosting (AWS, GCP, or Azure). Deliverables I expect: • Wireframes and UI prototypes for web and mobile • Responsive web application ready for production • iOS and Android builds prepared for App Store / Play Store submission • Scalable backend with AI integration and role-based access control • A...
My site’s contact and signup forms have suddenly stopped sending messages. The error log points to failed credentials, and ...enabled or if a recent Google change broke the setup. I need you to: • Audit the existing SMTP configuration (host, port, encryption, username / password). • Update or replace the credentials, switching to an App Password or OAuth if required. • Test and confirm that all form submissions reliably land in the intended inbox. • Provide a short note outlining the fix so I can maintain it in the future. The codebase is straightforward, so I expect this to be a focused troubleshooting task rather than a full rebuild. If you have solid experience with Gmail SMTP, OAuth flows, or similar email-delivery issues, I’d lov...
...melalui akun media sosial lain—khususnya Facebook atau Google—agar proses onboarding singkat dan tanpa hambatan. Dengan demikian, saya berharap basis pengguna bisa tumbuh cepat tanpa perlu mereka membuat akun baru dari nol. Yang saya butuhkan: • Pengembangan aplikasi inti (Android atau cross-platform) dengan komponen feed foto/video, unggah, like, dan komentar. • Integrasi login menggunakan OAuth Facebook dan Google. • Fondasi monetisasi dasar—misalnya penempatan iklan in-app atau opsi donasi/coin sederhana—sehingga aplikasi segera dapat mulai menghasilkan pendapatan. • Panel admin sederhana untuk moderasi konten dan memantau metrik dasar (jumlah pengguna aktif, laporan konten, performa iklan). Saya terbuka bila Anda ingin mer...
...through WebSockets or a similar solution. Jackpot & Upgrader Both games must mirror Bloxybet’s mechanics: tier-based jackpot pools that roll on a timer, and an upgrader where players select an item, choose a percentage chance and see an animation revealing success or failure. Please include a provably-fair hash + salt system so every roll can be verified by users. Roblox Login Use the same OAuth-style login Bloxybet employs, so users sign in with their Roblox credentials without ever entering them on my site. Account data pulled after authentication should include avatar, username and inventory permissions for the trade bots. Trade Bots (2–3 required) Bots must: • Automatically handle deposits and withdrawals of Murder Mystery 2 items. &bul...
...so that users can press “Create invoice” and see the document appear instantly in MYOB, ready to email to the customer. The scope is deliberately lean: for this first milestone the API only has to create and send invoices with some reporting required. Environment & tech • Our CRM is custom built, so you will be working with a clean REST interface on our side. • Authentication into our stack is OAuth 2.0; the same flow should be used when talking to MYOB’s cloud endpoints. • MYOB AccountRight API documentation and sandbox credentials are ready for you. Deliverables • A documented REST endpoint in our CRM that accepts invoice data and pushes it to MYOB AccountRight. • All supporting code (preferably Node.js or Python, but I’m o...
We require a developer with proven experience in Meta (Facebook) APIs to implement and configure full integration for Facebook Pages and Instagram messaging within our platform, and to handle the App Review process. Scope of Work: Meta API Integration Implement Facebook Login (OAuth 2.0) for user authentication. Ensure seamless login without requiring users to manually input tokens. Retrieve and store secure access tokens (short-lived + long-lived) following best practices. Connect and manage: Facebook Pages Instagram Business Accounts (linked to Pages) Permissions Required (App Review) You must prepare and justify the usage of the following permissions: pages_show_list pages_messaging instagram_manage_messages pages_read_engagement public_profile App Review Submission (Mandatory)...
...Supabase/pgvector. Full client isolation via Row Level Security. Per-tenant config set in admin panel: - AI mode: Cloud (Claude API), Local (Ollama/Mistral on client infra), or Hybrid (operational docs via cloud, sensitive docs flagged by category to local). Mode switch takes effect immediately, no redeploy. - Connectors: toggle OneDrive, Gmail, Outlook, Slack, WhatsApp per tenant. Each stores its own OAuth credentials encrypted. - Branding: logo initials, accent colour, company name, subdomain. - User roles per tenant: admin, analyst, viewer. - Pipeline confidence threshold per tenant (default 0.80). Six-phase pipeline: ingest, acquire (OCR/Whisper/pdf-parse), classify, extract entities, summarise, embed (pgvector). Routing logic: if mode=hybrid, classification phase checks do...
...credibility 2. User Roles Visitor (Not Logged In) Browse brands View reviews Cannot post reviews Registered User Submit reviews Upload proof of purchase Track review status (Pending / Approved / Rejected) Build profile and verified status Admin Approve/reject reviews Verify proof authenticity Approve/reject brand submissions Manage users and reports 3. Core Features A. Authentication System Google OAuth login Phone number login (OTP) Email + password login Secure session management (JWT or equivalent) B. Review Submission System Form Fields: Brand (select or submit new) Ratings: Product Quality Delivery Time Customer Service Value for Money Order Number Upload Proof: Invoice / Screenshot (PNG, JPG, PDF up to 10MB) OR product photos/videos (max 5 files, up to 5MB each) Optional...
...developers located in Hyderabad to allow occasional offline meetings and smoother collaboration. ⸻ Technical Requirements (Preferred Stack) Frontend (Web): React Mobile App: Flutter or React Native Backend: java / Node.js or Django / Spring Boot (acceptable if justified) Database: PostgreSQL Search & Filtering: ElasticSearch Cloud Infrastructure: AWS Authentication: JWT-based authentication or OAuth APIs: REST API Version Control: GitHub Deployment: CI/CD familiarity preferred ⸻ Core Platform Capabilities User registration and login Role-based access (multiple user types) Profile creation and management Search and filtering functionality Listing management system Booking or scheduling functionality Dashboard interface Admin control panel Responsive web interface Mobile ...
...using SAP Cloud Platform Integration (CPI/SCPI). Build, deploy, and monitor iFlows for seamless data exchange between cloud and on-premise systems. Integrate SAP systems such as: SAP S/4HANA SAP SuccessFactors SAP Ariba SAP C/4HANA Work with APIs, OData services, REST/SOAP protocols, IDocs, and RFCs. Design reusable integration components and frameworks. Implement security configurations including OAuth, certificates, and secure connectivity. Perform message mapping using graphical and script-based approaches (Groovy, JavaScript). Troubleshoot integration issues and optimize performance. Collaborate with functional and technical teams to understand business requirements. Ensure adherence to integration best practices and governance standards. Support deployment, testing, and prod...
I need a full-cycle web developer who can deliver a hotel-only booking site that feels effortless on phones first. Guests must be able to browse live room availability through an interactive calendar view, reserve instantly, and either check out as visitors or create accounts. Registered users, as well as admins, will sign in through social media logins, so please plan OAuth flows and secure token handling from the start. You’ll architect the back end to push real-time inventory updates to the calendar without refreshing the page, manage overlapping reservations correctly, and expose clean APIs for future app integrations. On the front end, a streamlined, touch-friendly interface is essential; I want users to glide from search to confirmation in as few taps as possible. I va...
...complete, well-scoped project with a full technical briefing attached. Please read it before applying. --- WHAT YOU'RE BUILDING • Landing page (dark theme, purple accents, hero, pricing, testimonials) • Timeline editor — scrubber, waveform, draggable start/end, keyboard shortcuts • AI clip detection — VideoMAE + CLIP models suggest top 3–5 moments per VOD • Auth — Email/password, Google OAuth, Twitch OAuth • Credits & subscription system — $4.99 one-time / $12.99 monthly / $9.99 annual • PayPal integration (subscriptions + one-time orders) — Stripe is not available in Morocco • Referral system — custom links, configurable % discount for referred users, cash earnings for referrers, ref...
...through WebSockets or a similar solution. Jackpot & Upgrader Both games must mirror Bloxybet’s mechanics: tier-based jackpot pools that roll on a timer, and an upgrader where players select an item, choose a percentage chance and see an animation revealing success or failure. Please include a provably-fair hash + salt system so every roll can be verified by users. Roblox Login Use the same OAuth-style login Bloxybet employs, so users sign in with their Roblox credentials without ever entering them on my site. Account data pulled after authentication should include avatar, username and inventory permissions for the trade bots. Trade Bots (2–3 required) Bots must: • Automatically handle deposits and withdrawals of Murder Mystery 2 items. &bul...
...Integration & Connectivity Hub We require a generic, schema-driven integration engine, avoiding hardcoded point-to-point API connections where possible. Dynamic Connectors: The Admin Plane will define required authentication fields via JSON schemas. The Tenant App will dynamically generate UI forms for users to input their external API keys. Meeting & Communications: Infrastructure to support OAuth/API connections to tools like Google Meet and Microsoft Teams for automated scheduling and alerting. Secure Vault: External tenant credentials must be routed through Edge Functions, encrypted, and stored safely for background operations. 4. Complex State & Master Data Management Global Datasets: Build an admin editor to manage massive, deeply nested global datasets (wit...
...clean, maintainable, and well-documented code Optimize API performance and database queries Implement proper error handling and logging Collaborate on code reviews and best practices Required Skills: 2+ years of professional Go development experience Strong understanding of RESTful API design Experience with relational databases (PostgreSQL, MySQL) Knowledge of authentication/authorization (JWT, OAuth) Familiarity with Git version control Experience with Docker and containerization (preferred) Understanding of microservices architecture (preferred) Nice to Have: Experience with payment gateway integrations (Stripe, PayPal) Knowledge of WebSocket for real-time features Experience with CI/CD pipelines Familiarity with cloud platforms (AWS, GCP, Azure) Previous e-commerce or marke...
...required after setup. --- 5. Scalability & Flexibility * The system should be designed so I can: * Add more channels later * Expand to more platforms if needed * Should not require rebuilding the system for small changes --- 6. Technical Expectations * Fully **cloud-based setup** (not dependent on my personal laptop) * Use of APIs / automation tools where appropriate * Secure authentication (OAuth preferred) * Basic error handling: * Retry failed uploads * Visibility into failures (simple logs if possible) --- Training & Handover (Very Important) I require proper training so I can manage everything myself after setup. This should include: * Step-by-step walkthrough of: * How the system works * How to upload and manage content * How to edit workf...
...Opportunities, Orders, and custom objects that mirror our ERP tables. • Data must travel both ways—new or updated records in either system should appear in the other within minutes. • I’d like to use standard Salesforce APIs (REST or SOAP) or Apex callouts; I’m open to middleware such as MuleSoft, Dell Boomi, or a lightweight custom service if that proves cleaner. • Authentication will rely on OAuth 2.0 from the Salesforce side; the ERP can expose secure HTTPS endpoints or consume yours. • Error handling and retry logic need to be rock-solid, with clear logging. • A concise admin guide and commented source code round out the hand-off. Deliverables 1. Technical design doc outlining the data model mapping, integration flow, an...
My Progressive Web App is already prototyped in React; now I want it in the hands of real users with a rock-solid production stack. The plan is to host on AWS, wire it to a PostgreSQL database, and secure everything through OAuth. Alongside that core setup, I need the following work completed: • Payments: integrate Stripe and, for India, Paytm / UPI. • On-boarding & empty states: polish the first-time user flow and handle “no data yet” screens gracefully. • Notifications: implement web push; if a push fails, fall back to Twilio SMS. • Installability: ensure users can “Add to Home Screen” and get the full PWA experience. • (Nice-to-have) Native builds: if feasible, compile the same codebase to iOS & Android via Capaci...
I’m stuck on the authentication step while integrating the Shoonya trading API with a small Python script. The login sequence stops at getOAuth creation and returns an error before any tokens are issued, so the session never starts. What I need from you is clear: • Review my existing Python code that calls getOAuth. • Identify why the OAuth request fails and correct it—whether it’s the request format, headers, or any missing parameter. • Return a clean, well-commented snippet (or module) that successfully authenticates and delivers the expected access token. Please test the fix with the live Shoonya endpoint so I can drop the working function straight into my script. A short note explaining the change will be enough for me to follow the l...
...meetings, then programmatically add participants to any of those sessions. OAuth will be the authentication method, so the flow must include user consent, token storage/refresh, and revocation handling. Core expectations • Build clean, well-structured endpoints or helper classes that wrap the Zoom API calls for meeting CRUD and participant insertion. • Ensure that participant e-mails, names, and join URLs are returned so I can save them on my side. • Follow Zoom’s security guidelines when passing access tokens or PII—no hard-coded secrets, proper HTTPS requests, and server-side token exchange only. • Deliver readable, commented Python code plus a concise README that shows how to spin up the environment, set the OAuth app, and run a ...
...video for the desired flow Required flow: * User clicks “Buy” * Redirect to checkout page * A modal/popup appears with: • Continue as guest • Login with Google (Gmail) • Register * After checkout (for any option used): • User account should be created automatically • Send email to customer with: * their email * generated password * Google login must be implemented properly (OAuth, no hacks) * Keep flow simple, fast, and clean 5. UI Adjustments * Add 2 simple pages based on competitor examples (I will provide links) * Mostly copy layout/structure, I will edit content later * Move currency selector from header to a different position (details provided) * Follow provided references carefully 6. Speed Optimization + CDN + ...
...video for the desired flow Required flow: * User clicks “Buy” * Redirect to checkout page * A modal/popup appears with: • Continue as guest • Login with Google (Gmail) • Register * After checkout (for any option used): • User account should be created automatically • Send email to customer with: * their email * generated password * Google login must be implemented properly (OAuth, no hacks) * Keep flow simple, fast, and clean 5. UI Adjustments * Add 2 simple pages based on competitor examples (I will provide links) * Mostly copy layout/structure, I will edit content later * Move currency selector from header to a different position (details provided) * Follow provided references carefully 6. Speed Optimization + CDN + ...
...galleries Implement shopping cart functionality Create checkout process (multi-step) User account dashboard (order history, profile management) Wishlist functionality Product reviews and ratings system Backend Development: Set up server architecture (Node.js/Python/PHP) Database design and implementation (MySQL/PostgreSQL/MongoDB) RESTful API development User authentication & authorization (JWT/OAuth) Admin panel for product/inventory management Order management system Inventory tracking system Payment & Security: Payment gateway integration (Stripe/PayPal/Square) SSL certificate implementation PCI DSS compliance Secure user data encryption Fraud detection system Additional Features: Email notifications (order confirmation, shipping updates) Shipping calculator and integr...
... i see in 5 mins your level and i am feed up with "dispute" and all the chatting. the job, when you know what do to is maybe 5 hours. START IMMEDITELY (and dont write, if you tell me you need multiple days) I need an advanced Univention Corporate Server specialist to tighten up identity management across several components in my environment. Within UCS • Configure Single Sign-On flows for OAuth, SAML and OpenID Connect so users can move seamlessly between services. • Deploy and validate SSL/TLS certificates for every relevant UCS service, automating renewal where possible. • install and Connect Relution to the UCS directory and the new SSO endpoints, ensuring enrolled devices inherit the same credentials. Outside UCS • Hook an existing In...
...current workflow is manual and fragile; your job is to replace it with a resilient uploader that never loses its session and can pick up where it left off if a transfer is interrupted. Here is what I already have in place: • A JSON file holding title, description, and tag data for each video. • Full OAuth 2.0 credentials (Client ID and Client Secret) generated in Google Cloud Console. • A sandbox channel for immediate testing access. What the finished script must do: 1. Handle OAuth 2.0 refresh tokens seamlessly, storing and re-using them so I never have to click an auth link again. 2. Use the YouTube Data API v3 resumable upload protocol to guarantee stability on larger files. 3. Read the metadata from my local JSON file and map the fields to ...
I need a robust, API-based bot that signs in to the Amazon website with an OAuth token and manages my Flex shifts end-to-end. The solution must reliably mimic the manual steps I perform in the browser without violating Amazon’s usage policies. Deliverables • Automatic shift booking as soon as a preferred block appears • One-click or scheduled cancellation of existing shifts • Real-time notifications (email, SMS, or push—your choice) the moment new shifts become available Acceptance criteria The script runs headless, completes each action within Amazon’s normal response time, and logs every transaction to a local file or database so I can audit what happened and when. A simple JSON or YAML config should let me set preferred warehouse, date...
...because here are many low level people here, which pretend to be knowledgeable. i see in 5 mins your level and i am feed up with "dispute" and all the chatting. the job, when you know what do to is maybe 5 hours. I need an advanced Univention Corporate Server specialist to tighten up identity management across several components in my environment. Within UCS • Configure Single Sign-On flows for OAuth, SAML and OpenID Connect so users can move seamlessly between services. • Deploy and validate SSL/TLS certificates for every relevant UCS service, automating renewal where possible. • install and Connect Relution to the UCS directory and the new SSO endpoints, ensuring enrolled devices inherit the same credentials. Outside UCS • Hook an exist...
...what I am after: • Core services: full user management (registration, profile, roles), payment processing for subscriptions and one-off charges, plus an analytics & reporting layer so I can surface usage metrics to both admins and end-users. • Data layer: a solid SQL database—please design the schema, create all migration scripts, and keep performance in mind for future scale. • Security: OAuth is my preferred path for authentication and authorization. I’ll need the standard flows (sign-in, refresh, revocation) exposed through the API. • API: clean REST (or GraphQL if you can justify the benefit) endpoints documented with Swagger/OpenAPI so my AIStudio front-end can consume them effortlessly. • Payment gateway integration: connect...
...because here are many low level people here, which pretend to be knowledgeable. i see in 5 mins your level and i am feed up with "dispute" and all the chatting. the job, when you know what do to is maybe 5 hours. I need an advanced Univention Corporate Server specialist to tighten up identity management across several components in my environment. Within UCS • Configure Single Sign-On flows for OAuth, SAML and OpenID Connect so users can move seamlessly between services. • Deploy and validate SSL/TLS certificates for every relevant UCS service, automating renewal where possible. • install and Connect Relution to the UCS directory and the new SSO endpoints, ensuring enrolled devices inherit the same credentials. Outside UCS • Hook an exist...
...throttling rules, and the overall daily cap should be 100 messages. • Authentication needs to be secure (OAuth or other best practice—no hard-coded passwords) and headers should be tuned to avoid spam flags. • A simple progress log and an error report at the end of the run will let me see which addresses, if any, bounced. Deliverables: 1. Well-commented Python script or small executable packaged with necessary libraries. 2. Setup notes for authorizing the app with Outlook and adjusting the delay interval or daily quota. 3. A short README so I can swap in a new Excel list or update the email body without touching the code. If you have experience using Microsoft Graph, smtplib with OAuth, or other Outlook-friendly APIs, please mention it—those...
...to Google Wallet and Add to Apple Wallet integration. Reusable plugin/component for integration into our application. Documentation for setup, usage, and maintenance. Technical Skills Required: 1. Google Wallet API Expertise Experience with Google Wallet API / Google Wallet Objects API Ability to create, sign, and manage wallet passes (offers, tickets, loyalty cards, event passes) Knowledge of OAuth 2.0, JWT signing, and service account setup 2. Apple Wallet (PassKit) Expertise Strong understanding of Apple PassKit framework Ability to create and sign .pkpass files Experience with Apple certificates, pass type IDs, and provisioning Familiarity with Apple Wallet templates (event passes, coupons, boarding passes, etc.)...
...the FlutterFlow editor, but I will grant you full-editor rights in both Firebase Console and the linked Google Cloud project (IAM). From there I need you to: • Audit the current SHA-1 / SHA-256 fingerprints registered in Firebase and Google Cloud. • Review and correct any API restrictions—especially Identity Toolkit—so the phone auth endpoint is reachable. • Confirm Authorized Domains and OAuth consent screen settings are valid. • Make sure the backend handshake between Firebase Auth and the Cloud project is wired correctly, eliminating the “Not Authorized” response. Acceptance criteria 1. Phone number sign-in completes successfully on a test build I provide. 2. No other enabled auth methods or Firebase services are broken i...
...my client uses (business / company accounts). Scope • Social sources: Facebook, Instagram, LinkedIn, TikTok and YouTube. • Ad sources: Meta Ads, Google Ads and YouTube Ads. • Metrics: views, engagement (likes, comments, shares), reach / impressions, follower growth, etc. What I already have An n8n instance running on my own server with generic webhook. What I need from you 1. Proper OAuth or token-based credentials with required scopes for every platform mentioned above, created inside n8n’s Credentials section. 2. HTTP Request (or dedicated API) nodes that fetch analytics metrics reliably. Acceptance criteria • API rate limits, paging and token refresh are handled gracefully. • Returned data contains the exact fields for views...
My Laravel app already authenticates with Facebook OAuth and requests every required scope (pages_show_list, instagram_basic, etc.). The user’s token is confirmed valid, permissions are fully granted, and several Facebook Pages exist, yet a call to /me/accounts keeps returning an empty data array. I have double-checked the permissions with two separate Facebook user accounts and see the same result, so it is not account-specific. I rely on the standard Laravel logs for runtime details, but the root cause is still unclear. I need someone who knows the Facebook Graph API v18 inside out and can dive into the PHP SDK / raw Graph calls, spot what the app or Facebook configuration is missing, and push a working fix into the project today. Deliverables • Identify the exact...
...(AI-based) Multi-branch / multi-location support Leave management system Task & shift management API integrations (payments, SMS, etc.) Tech Stack (Suggested) Frontend: React / (Web) Flutter / React Native (Mobile) Backend: Node.js / Django / Firebase Database: MongoDB / PostgreSQL Other: AWS / Firebase Hosting Razorpay / Stripe for payments Security & Performance Secure authentication (JWT / OAuth) Data encryption Role-based access control Scalable architecture Deliverables Complete source code (frontend + backend) Mobile app (APK / IPA) Admin dashboard API documentation Deployment support Timeline MVP: 3–5 weeks Full product: 6–10 weeks Ideal Freelancer Experience in HRMS / Payroll / SaaS apps Strong full-stack development skills UI/UX understanding Experi...
...automatically parse PDF/Word. • AI matching engine: run each CV through the rubric plus semantic matching to generate a score, rank order, and a short “why” explanation per candidate. • Review dashboard: filter, search, export to Excel/CSV, and mark favourites or rejections; everything updates in real time. • User management: role-based access (recruiter, manager, admin) secured with JWT/OAuth and multi-tenant separation. • Deployment: containerised build with automated tests, CI/CD pipeline, and one-click provisioning on the cloud provider we agree on. Acceptance criteria 1. A recruiter can complete the entire flow—from posting a vacancy to exporting a ranked shortlist—in under 10 minutes with no console errors. 2. Each ca...
...server-side performance tuning: PHP-FPM configuration, opcode caching (OPcache), connection pooling, and web-server optimisation (Nginx/Apache). • Strong experience with caching technologies (Redis, Memcached) and message queues (RabbitMQ, Beanstalkd). • Proficiency with Git, CI/CD tools (Jenkins, GitHub Actions, GitLab CI), and containerisation (Docker). • Solid understanding of RESTful API design, OAuth 2.0, JWT authentication, and webhook integrations. Soft Skills & Professional Qualities • Exceptional problem-solving mindset with a performance-first engineering philosophy. • Strong communication skills—ability to explain complex technical decisions to non-technical stakeholders. • Self-driven and proactive; comfortable owning features f...
...posting. Credit-based pricing model. Current state of the app: React 19 + TypeScript SPA that's been vibe-coded with mock data. ShadCN/UI, Tailwind 4, React Router 7 are already in place. No backend integration yet — everything runs on local storage. The frontend dev's job is to take this prototype and turn it into a production app wired to real APIs. They own: Auth system (Firebase Auth, Google OAuth, protected routes) Stripe billing (subscriptions, credit ledger, webhooks, customer portal) Onboarding flow (multi-step wizard + cinematic reveal sequence) Review/approval system for rendered videos Notification system (real-time via Firestore) Email service (SendGrid, ~14 transactional templates) Referral system Cancellation + data retention flow Internal editor...
...Recognition Rasa, Dialogflow ES/CX, or custom transformers (e.g., BERT fine-tuned) WhatsApp Integration WhatsApp Business API (Meta) – via Twilio, WATI, or official API Voice Bot Google Dialogflow CX Phone Gateway / Amazon Lex + Polly / Asterisk AGI Backend Microservice Python (FastAPI/Flask) or Node.js Deployment AWS Lambda / EC2 / DigitalOcean (or any cloud) CRM Integration REST API calls to Zoho CRM (OAuth 2.0) Must-have experience: Built at least 2 production WhatsApp bots with negotiation logic. Integrated voice bots with Asterisk/VICIdial. Strong understanding of state machines for conversation flow. Experience with dynamic pricing or e-commerce bots preferred. We have developer working for vicidial and zoho with whom you can collaborte and work...
...capabilities * interact via structured APIs * complete transactions autonomously This is **NOT a typical website or chatbot project**. This is an **API-first commerce system designed for automation**. **Important Requirements (Non-Negotiable)** * Custom backend (Node.js or Python preferred) * API-first architecture * AI discovery endpoint: * `/.well-known/ai-agent` * Secure API gateway: * OAuth/JWT authentication * schema validation * idempotency (no duplicate orders) * Payments: * Stripe + Affirm (BNPL) + Other options (Apple Pay, Google Pay, Direct Credit Card) * Shipping: * Shippo or EasyPost or other recommended solution * Backend-managed subscriptions/reorders * Email/SMS notifications * Dockerized deployment (Available?) * If cloud hosting is required...
I’m looking for a sharp full-stack developer who can wire Facebook, Twitter, and Whatsapp straigh...limits. • Add a simple front-end control (button or modal) that triggers the share action and returns clear success/error feedback. • Log each response server-side for troubleshooting. • Deliver well-commented code plus a short README so I can reproduce the setup in staging and production. Acceptance checks: – One demo page that posts a fixed message and link to all three platforms. – OAuth flows run over HTTPS with no secrets hard-coded. – Documentation lists required environment variables, build steps, and any API keys. I’ll supply repository access and the app credentials. If you’re comfortable pushing via Git and can t...
PHP tutorial on creating a Microsoft Login Button