<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Developers Network | Tiago Seixas | Activity</title>
	<link>https://developers.ila.cegid.com/en/profile/tiagoseixas/activity/</link>
	<atom:link href="https://developers.ila.cegid.com/en/profile/tiagoseixas/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Tiago Seixas.</description>
	<lastBuildDate>Tue, 09 Jun 2026 19:07:41 +0100</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">829f02f48f4207bc68027424330e4121</guid>
				<title>Tiago Seixas respondeu à pergunta &quot;Web API OAuth 2.0 - Get Token Invalid URL&quot;</title>
				<link>https://developers.ila.cegid.com/en/atividade/p/2984/</link>
				<pubDate>Sun, 23 Oct 2022 07:41:57 +0100</pubDate>

									<content:encoded><![CDATA[<p>Following Eduardo&#8217;s hint I created a regular account with Jasmin and got it working like this: r = requests.post( url=self.options[&#8216;auth_server_url&#8217;], auth=( self.options[&#8216;client_id&#8217;], self.options[&#8216;client_secret&#8217;] ), data={ &#8216;grant_type&#8217;: &#8216;client_credentials&#8217;, &#8216;scope&#8217;: &#8216;application&#8217;, } ) This will return a valid token for a Client Credentials flow.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>